You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: