laravel-generator icon indicating copy to clipboard operation
laravel-generator copied to clipboard

Add support for Laravel 11

Open fabiomlferreira opened this issue 10 months ago • 10 comments

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

fabiomlferreira avatar Mar 25 '24 13:03 fabiomlferreira

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

patelakash2308 avatar Apr 03 '24 14:04 patelakash2308

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

mitulgolakiya avatar May 02 '24 05:05 mitulgolakiya

Hello, is there any updates about it?

mohssineAboutaj avatar Jun 18 '24 14:06 mohssineAboutaj

Anticipating eagerly at a crossroads. 😉

aldoyh avatar Jun 21 '24 18:06 aldoyh

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

TheGranthiq avatar Jul 26 '24 05:07 TheGranthiq

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

WoodyNaDobhar avatar Sep 10 '24 15:09 WoodyNaDobhar

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.

mitulgolakiya avatar Sep 11 '24 04:09 mitulgolakiya

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)

WoodyNaDobhar avatar Sep 11 '24 19:09 WoodyNaDobhar

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,

  • laravel-generator-helpers
  • laravel-adminlte-ui
  • adminlte-templates

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.

mitulgolakiya avatar Oct 05 '24 04:10 mitulgolakiya

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

aldoyh avatar Oct 05 '24 07:10 aldoyh