laravel-crud-generator
laravel-crud-generator copied to clipboard
Laravel CRUD Generator
Hello How would it be to add FK and relationships? nice job!!
It can be made?
In a table named az_banks the prefix would be az_, if you added this option the model name will be Bank and the controller name will be BankController Ex :...
Hi, I noticed that if I create a model that does not handle timestamps it goes into error. Another thing I would like to suggest is the html input types....
plz add true false check in config for because we some time we ahve custome code in loginController and homeController laravel/ui --auth is regenerating the files and removing old code...
I published the stubs like this: ``` php artisan vendor:publish --tag=stubs-crud ``` the I modified the resources/stubs/crud/views/livewire/index.stub like this: (dark mode support) ``` {{ __('{{modelTitlePlural}}') }} A list of all...
The code generated for Livewire does not support dark mode
It would be nice if there was an option to have one component only when creating a livewire crud. and mayb a 'fly-out' option when using Flux :)