mxl/laravel-job

Command not found when trying to run a job

hmihail opened this issue · 1 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