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
When I try to run a job with php artisan job:dispatch MyJobName I get command not found message, even thou my command is in App\Jobs.
php artisan job:dispatch MyJobName
command not found
The text was updated successfully, but these errors were encountered:
@hmihail Are you using Lumen?
I've been chasing the same issue all day, looks like it's related to a Laravel dependency in this repo.
This isn't the same issue, but does appear to be related laravel/lumen-framework#504
Sorry, something went wrong.
No branches or pull requests
When I try to run a job with
php artisan job:dispatch MyJobName
I getcommand not found
message, even thou my command is in App\Jobs.The text was updated successfully, but these errors were encountered: