InfyOmLabs / laravel-generator

API and Admin Panel CRUD Generator for Laravel.
https://www.infyom.com/open-source
MIT License
3.78k stars 812 forks source link

Add support for Laravel 11 #1100

Open fabiomlferreira opened 7 months ago

fabiomlferreira commented 7 months ago

At the moment this extension not support Laravel 11, the most significant issue is with the usage of getDoctrineSchemaManager() on TableFieldsGenerator.php

patelakash2308 commented 7 months ago

Its there any update for laravel 11 installation because I am not able to install it

mitulgolakiya commented 6 months ago

We will plan to release it by mid-Jun 2024. I'm a bit busy with some other schedule. so we will plan to release it along with other packages by mid-June 2024. #1098

mohssineAboutaj commented 4 months ago

Hello, is there any updates about it?

aldoyh commented 4 months ago

Anticipating eagerly at a crossroads. 😉

TheGranthiq commented 3 months ago

@mitulgolakiya could you please confirm if there have been any updates regarding the release scheduled for mid-June 2024?

WoodyNaDobhar commented 1 month ago

Really could use that L11 update...any update on the ETA?

mitulgolakiya commented 1 month ago

Sorry for the delay, guys. Running a bit busy. I'll surely get it done before the end of this month. Possibly next week only.

WoodyNaDobhar commented 1 month ago

Sorry for the delay, guys. Running a bit busy. I'll surely get it done before the end of this month. Possibly next week only.

No worries, many thanks for the update 8)

mitulgolakiya commented 1 month ago

Guys, I tried to update to laravel 11, But just updating laravel-generator is not enough. I need to update several dependent packages as well,

The most challenging packages is adminlte-templates. Since it's dependent on adminlte theme. It's based on bootstrap 4 and now bootstrap 5 is released. Getting various errors in that. Also not sure when adminlte 4 beta which is dependent on bootstrap 5 will be released.

Also opencollective needs to be removed as it does not support L11 and should use spatie/laravel-html. so it's a major refactor.

I'm thinking of simplifying package stuff and planning to move to Tailwind instead of Bootstrap. so it's more compatible with future updates. so I need a bit time to make a decision.

Will post update in next several days.

aldoyh commented 1 month ago

I solved almost like that, with a duck tape of course using Tailwind CSS @ V0 .