Hello listener,
I've just developed a CRUD generator for laravel5 though there are so many generators but it's fully a CRUD generator which is allow you to create crud/resourceful things including controller, model, migration, views with a very simple single line command. php artisan crud:generate crud-name --fields="name:string, email:string, phone:integer, message:text"
Published the package https://packagist.org/packages/appzcoder/crud-generator Here the sources and you will find details instruction through it. https://github.com/appzcoder/crud-generator
Have a great day :)
Thanks
Sohel Amin
Looks good!
Does the view only get generated from the fields you pass, or does it reflect your model?
Thanks for your comments @davestewart It will generate everything for you to do a CRUD operation event it will generate form's filed dynamically. Just need minor change for your purposes.
Also I've just puplished the package please check it out. https://packagist.org/packages/appzcoder/crud-generator For instruction and sources https://github.com/appzcoder/crud-generator
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community