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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -