-
Notifications
You must be signed in to change notification settings - Fork 907
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
[Feature Request] Add support for Laravel 10 #4897
Comments
Thanks for the heads up @jnoordsij I will add this to my todo list in the next days. 👍 |
Laravel 10 gets released next week, so... let's prioritize this for this week. |
Core PackagesDigitallyHappy/assets#16 - ✅ Indirect used packages:ConsoleTVs/Charts#14 - ✅ |
Status report - all core dependencies have L10 support now, so CRUD will soon have L10 support too 🎉. But let's try to also help these 3 vendors to add L10 support, a lot of Backpack devs are using them: |
Fixed now #4914 is merged and https://github.com/Laravel-Backpack/CRUD/releases/tag/5.5.0 has landed. Thanks @pxpm! |
Hi, I've a project Laravel 9.52.4 and Backpack 5.5 |
@blondie63 - no guide needed from Backpack's point of view, it supports L10 with no breaking changes. Just follow Laravel's standard upgrade guide - https://laravel.com/docs/10.x/upgrade |
@tabacitu I've tried but.. look: |
Feature Request
What's the feature you think Backpack should have?
Add support for Laravel 10, which is expected to be released at February 7th, 2023.
A starting point could be to look at the upgrade to Laravel 9 (#4094) and tests for that (#4532) and model after that.
The text was updated successfully, but these errors were encountered: