misterdebug / crud-generator-laravel

Create a Laravel 10 CRUD in a few seconds
315 stars 44 forks source link

Migrating to spatie/laravel-html from laravelcollective/html #40

Open duganwdobbs opened 10 months ago

duganwdobbs commented 10 months ago

Laravelcollective's html generation lib is out of date, so I reworked some things to work with Spatie's instead. The decimal / float / double column feels a bit hacky to me, not sure how else to go about it without thinking more.

misterdebug commented 10 months ago

Hi @duganwdobbs, thanks for your contribution. I'm currently working on this issue, and I'm considering removing all dependencies entirely to avoid any future issues. You can find the conversation here: https://github.com/misterdebug/crud-generator-laravel/discussions/33 if you'd like to discuss it further :)

The idea I'm leaning towards at the moment is to use blade form components, but I'm open to discussing it.