php - Uncaught exception 'ReflectionException' with message 'Class App\Console\Kernel does not exist' -


i getting below error after ran command composer dump-autoload. however, before running command, working fine.

uncaught exception 'reflectionexception' message 'class  app\console\kernel not exist' in  vendor/laravel/framework/src/illuminate/container/container.php:719 

check path: /your_root/app/console

see if have kernel.php file there. file registers commands.

maybe somehow have deleted file , thats why getting error.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -