We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
11.27.0
8.3.10
No response
php artisan horizon:work triggers the following error:
php artisan horizon:work
Symfony\Component\Console\Exception\InvalidArgumentException The "json" option does not exist.
Symfony\Component\Console\Exception\InvalidArgumentException
The "json" option does not exist.
It seems to be related to this recent change: 2599bc4
Execute php artisan horizon:work in a laravel project with Horizon enabled
The text was updated successfully, but these errors were encountered:
--json
queue:work
782bee0
Fix laravel/framework#53071 (#53072)
0266db1
Successfully merging a pull request may close this issue.
Laravel Version
11.27.0
PHP Version
8.3.10
Database Driver & Version
No response
Description
php artisan horizon:work
triggers the following error:Symfony\Component\Console\Exception\InvalidArgumentException
The "json" option does not exist.
It seems to be related to this recent change: 2599bc4
Steps To Reproduce
Execute
php artisan horizon:work
in a laravel project with Horizon enabledThe text was updated successfully, but these errors were encountered: