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

Issue with Job in Laravel 10x #47

Open
NayThuKhant opened this issue Feb 22, 2023 · 2 comments
Open

Issue with Job in Laravel 10x #47

NayThuKhant opened this issue Feb 22, 2023 · 2 comments

Comments

@NayThuKhant
Copy link

When I updated the laravel framework to 10x, the application is totally broken. Meaning instead of returning what it did before, it now just returning Illuminate\Foundation\Bus\PendingDispatch. Is there any plan to make this okay in future or not?

@PickySimon
Copy link

duplicate of #46

@ksimenic
Copy link

Feel free to use my fork https://github.com/ksimenic/lucid. It has all optimizations for Laravel 10.

All you need to do is to add following in your composer.json

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/ksimenic/lucid"
        }
    ],

and then require

"lucidarch/lucid": "dev-latest"

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

3 participants