I was adding the html Collective class by updating composer.json with
"require": {
"laravelcollective/html": "5.1.*"
}
then I run composer update command as per the instructions from https://laravelcollective.com/docs/5.1/html first it throws a
Fetal error: Class 'Illuminate\Foundation\Application' not found in C:\wamp\www\laravel3\laravel\bootstrap\app.php on line 14
and some errors about artisan and now artisan commands are not working, even I have tried new installation of laravel.
php artisan dump-autoloadafter the update?php artisan clear-compiledand thenphp artisan dump-autoload