I have a project on Laravel 5 and I work with it at the office and at home too. It works fine, but recently at home it stopped working. Laravel show me two ErrorException
Try with these commands that have been useful with those errors
path\project\storage\framework\views...
php artisan view:clear
path\project\storage\framework/sessions...
php artisan config:cache
the solution that worked for me is to just serve the app as admin if you are
mac
or linux
use sudo php artisan serve
CMD
as an adminstrator
and then go to project directory and run php artisan serve