-
-
Notifications
You must be signed in to change notification settings - Fork 511
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
Laravel 11 Support. #899
Comments
@mcamara Laravel 11 Is it still supported? |
package still not support new version from laravel |
The bulk of it seems to work for me on Laravel 11, but since the RouteServiceProvider was deprecated, I am not sure how to deal with caching. Any help appreciated - thank you! This was also mentiond here #900 |
After using mcamara's package for several years (that seems abandoned for the last year+), I switched today to https://github.com/codezero-be/laravel-localized-routes . The switch was very easy and it offers support for L11. |
Thank you, this library actually looks great. |
Thank you! |
@mcamara php artisan route:cache also route:trans:cache return 404 in laravel 11 |
Unfortunately it does not work with Ziggy - Laravel routes in JS or at least I have not been able to get it 🙁 |
after laravel add new method
|
Thank you very much for your effort! Works now like a charm! 🙂 |
Laravel 11 has been released
thank you
The text was updated successfully, but these errors were encountered: