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
Post a Comment