ngeis-laravel-unable-to-open-file-for-reading

This project I solved unable to open file for reading which is a common error in laravel. To be able to use this you will require

  1. Web server
  2. Code editor
  3. Composer
  4. Browser
  5. PHP 7>= Setup
  6. Clone this repository
  7. When you are done copy.env.example to .env
  8. Generate the application key using the following command php artisan key:generate
  9. run npm install 5 . And Finally serve your project using the following command php artisan serve.