z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.13k stars 2.81k forks source link

Laravel 10 and PHP 8.1 #5719

Open carlospinhod opened 1 year ago

carlospinhod commented 1 year ago

Will the upgrade of an application using Laravel Admin for Laravel 10 and PHP be a problem?

alexoleynik0 commented 1 year ago

Have you figured it out? I'm using Laravel 9.x, PHP 8.1.x, laravel-admin 1.8.17 -- no problem. I think it's mostly Laravel 9 to 10 migration process issue (or whatever version of Laravel you're currently on).

k-msalehi commented 9 months ago

is z-song/laravel-admin compatible with laravel 10?

alexoleynik0 commented 9 months ago

I think it should be. Most changes in the Laravel's 9 to 10 upgrade guide marked as low impact. Maybe check that you Eloquent models use both $dates and $casts properties (for possible backward compatibly). Or add them if you encounter a problem with dates later.

Overall, if you're looking for active support project, take a look at popular forks of this one, like Orchis, open-admin, or dcat-admin.