I am getting following error when I open my site which is made using laravel 5
Fatal error: Class 'IlluminateFoundationApplication' not found in C:cmsootstrapapp.php on line 14
I have tried removing vendor folder and composer.lock
file and running composer install it's not working I tried running PHP artisan optimize but it shows error
Fatal error: Class'IlluminateFoundationApplication' not found
Is there any way to solve this problem?
Edited:
This problem aroused as soon as I used the php artisan make:model Page
command which did create the model but then the above error gets displayed when I access the site
Also If use the Laravel's Local Development Server no such problem arises only if I use wamp server
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…