mxl / laravel-job

Laravel job tools: dispatch job from command line and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command not found when trying to run a job

hmihail opened this issue · comments

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.

@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