Skip to content

Job Not Found Error specifications #357

@msaraac

Description

@msaraac

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions