Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job Not Found Error specifications #357

Open
msaraac opened this issue Nov 3, 2017 · 0 comments
Open

Job Not Found Error specifications #357

msaraac opened this issue Nov 3, 2017 · 0 comments

Comments

@msaraac
Copy link

msaraac commented Nov 3, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant