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
[2024-09-13 22:13:11] local.ERROR: Command "invoke-serialized-closure 2>&1 &" is not defined.
Did you mean one of these?
{"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"invoke-serialized-closure 2>&1 &\" is not defined.
Did you mean one of these?
at /Users/aj/Workspace/z/app/vendor/symfony/console/Application.php:702)
[stacktrace]
#0 /Users/aj/Workspace/z/app/vendor/symfony/console/Application.php(258): Symfony\\Component\\Console\\Application->find('invoke-serializ...')
#1 /Users/aj/Workspace/z/app/vendor/symfony/console/Application.php(167): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#2 /Users/aj/Workspace/z/app/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(197): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#3 /Users/aj/Workspace/z/app/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1203): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#4 /Users/aj/Workspace/z/app/artisan(13): Illuminate\\Foundation\\Application->handleCommand(Object(Symfony\\Component\\Console\\Input\\ArgvInput))
#5 {main}
"}
Steps To Reproduce
Open the routes/console.php
Create a command mentioned above
Try to run the command via terminal
The text was updated successfully, but these errors were encountered:
Laravel Version
11.23.5
PHP Version
PHP 8.3.11 (cli) (built: Sep 10 2024 15:12:42) (NTS)
Database Driver & Version
N/A
Description
Operational System: macOS Sonoma 14.6.1 (23G93)
The output of this code is generating the reported error below:
Steps To Reproduce
routes/console.php
The text was updated successfully, but these errors were encountered: