Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

habeeb's avatar

Laravel CRUD generator

Hi All,

My requirement to have CRUD generator with fields like checkbox, radio, file, summernote.

I have googled and found the below topics

https://github.com/mitulgolakiya/laravel-api-generator https://github.com/mpaleo/scaffolder https://github.com/amranidev/scaffold-interface https://github.com/appzcoder/crud-generator

But I need the steps where to include the fields.

The working code will be help me a lot.

Thanks in advance.

0 likes
4 replies
jlrdw's avatar

You do realize there's a crud generator included in every framework, its called the keyboard.

engrnvd's avatar

Try https://github.com/engrnvd/laravel-crud-generator . It requires minimum configuration and generates crud based on database fields.

Just give it the table name and the whole working crud code is generated for you.

You only have to give the table name and everything else is taken care of. I hope it's a relief knowing that scalability and simplicity is not destroyed in the process.

Please or to participate in this conversation.