You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Errors while executing route:list command when run from Artisan Facade
Laravel version: 8.28.1
Laravel config cached: true
PHP version: 7.4.15
Steps to reproduce
Error : Target class [web] does not exist.
While terminating
$kernel->terminate($request,$response)
while terminating middleware array of middlewares consist 'web' , otherwise it isn't
$middlewares
php artisan tinker
Error: PHP Warning: class_implements(): Class web does not exist and could not be loaded
Note: In both above cases
php shell_exec("php artisan route:list -c --json")
and other artisan commandArtisan::call('inspire')
worksRef: https://laracasts.com/discuss/channels/laravel/get-output-of-fired-artisan-command-from-route
Beta Was this translation helpful? Give feedback.
All reactions