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
- Web server
- Code editor
- Composer
- Browser
- PHP 7>= Setup
- Clone this repository
- When you are done copy.env.example to .env
- Generate the application key using the following command php artisan key:generate
- run npm install 5 . And Finally serve your project using the following command php artisan serve.