-
Notifications
You must be signed in to change notification settings - Fork 32
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
Please add support of Laravel 9 #14
Comments
I'm also trying to update my laravel 8 project to 9. I'll like to continue using your modals. Thanks in adavance. |
For the moment I've done a little trick, I've moved the code from vendor as an internal package in my project following this guide: https://wisdmlabs.com/blog/create-package-laravel/ I've added in my composer.json the following:
Then, I've modified config/app.php and I've added into the providers:
Finally, I've changed the composer.json of bastinald/laravel-livewire-modals and I've put "laravel/framework": "^9.0" and I've updated my composer.json. |
Hi, when are you going to release the new version with laravel 9 support? |
I found several forks of this repository with corrected compatibility. Also, if you have time to rewrite the code, it makes sense to consider newer and more functional components, for example. https://github.com/wire-elements/modal |
No description provided.
The text was updated successfully, but these errors were encountered: