is there a good PHP CRUD code generator? [closed] is there a good PHP CRUD code generator? [closed] php php

is there a good PHP CRUD code generator? [closed]


You may have a look at

Cygnite Framework

Does basic code generation. Controller, model, views, layout, pagination, form component, required field validation etc. all these generate with simple command. You may alter the code based on your need.

Here is the tutorial- Generate CRUD application within 2 Min

Worth looking.


LaraAdmin could be the best CRUD Generator and Admin Panel for Laravel. Its also generates Eloquent Models and Spectacular Views.