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

jack's avatar
Level 2

Is there a crud generator for 5.1 that's DB driven?

Hi, Looking for crud generator options for Laravel,

Criteria: - It should read the list of fields from the database or model - It should generate the view files needed.

I've looked at the appzcoder one, right now it looks like you have to type in every field name/type.

0 likes
7 replies
dotcorner's avatar

I have used sximobuilder and it is indeed a very good product. They have recently released a version which is based in laravel 5.1.

engrnvd's avatar

Criteria: - It should read the list of fields from the database or model - It should generate the view files needed.

Try https://github.com/engrnvd/laravel-crud-generator . It requires minimum configuration and generates crud based on database fields. 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.