Open duganwdobbs opened 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.
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.