-
Notifications
You must be signed in to change notification settings - Fork 751
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels