New Command: php artisan run:job {class}
#54602
Unanswered
danielh-official
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The command takes a class argument.
If the class does not exist or does not implement
ShouldQueue
, the command errors out. Otherwise, it dispatches the job to the queue.This would be useful for quickly testing out jobs that were just built.
Beta Was this translation helpful? Give feedback.
All reactions