php-resque
php-resque copied to clipboard
Job Not Found Error specifications
I hope this would help much. I'll give solution for {"queue":"default","id":"73709f3b66241c41c6ec7a08801acb2d","class":"Queue\\emailQueue","args":[{"ali":"deli"}]} failed: Could not find job class Queue\emailQueue.
Edit composer.json file like this.
"autoload": { "psr-4": { "MyApp\\": ["src/","src/Queue/Jobs"] } }
The main problem is you should have the directory called in ps4 to be required. In my case it is src/Queue/Jobs. Add this to composer.json