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

Support for Laravel 11 #3

Open
thbley opened this issue Aug 27, 2024 · 2 comments
Open

Support for Laravel 11 #3

thbley opened this issue Aug 27, 2024 · 2 comments

Comments

@thbley
Copy link

thbley commented Aug 27, 2024

It would be nice if Laravel 11 could be supported.

Thanks!

@steve4835
Copy link

Any update on this?

@thbley
Copy link
Author

thbley commented Nov 8, 2024

We are currently using this in composer.json with Laravel 11 (works without any problems):

    "provide": {
        "illuminate/contracts": "10.0.*",
        "illuminate/support": "10.0.*",
        "illuminate/database": "10.0.*",
        "illuminate/events": "10.0.*",
        "illuminate/container": "10.0.*",
        "illuminate/http": "10.0.*"
    },

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

2 participants