Saturday 13 February 2016

I have an error in running the "php artisan serve" command in laravel , it gives the following error

 php artisan serve




PHP Fatal error: Class 'Illuminate\Foundation\Application' not found in F:\xampp\htdocs\grproject\bootstrap\app.php on line 14



Fatal error: Class 'Illuminate\Foundation\Application' not found in F:\xampp\htdocs\grproject\bootstrap\app.php on line 14




I ran the following command also, but no result, i get the above error again.



composer update

No comments:

Post a Comment

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...