I'm running on homestead and need to run a job via a queue. on production (forge) this works perfect. however on my homestead install I can see that the job is pushed onto the queue but it never get's processed.
I'm running beanstalkd console to see all the jobs. I already did php artisan queue:listen.
Is you queue driver configured correctly for you dev environment? Can you force processing of at least one item with php artisan queue:work instead of queue:listen?