laravel-job icon indicating copy to clipboard operation
laravel-job copied to clipboard

Laravel job tools: dispatch job from command line and more

Results 1 laravel-job issues
Sort by recently updated
recently updated
newest added

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.