Libraries tagged by generate controllers
zezont4/laravel-generator
116 Downloads
Generate the main classes that laravel uses to work with database . Like model,controller,request,blade forms
wushenglong/chinese-catch-replace
3 Downloads
Grab the Chinese of controller, template and JS directory in the project, translate and generate language package files, and replace the original Chinese with fields that can be switched between Chinese and English.
marcogeorge7/permission-generator
23 Downloads
Generate json file with all permission that call in controllers and views
lsf26809347/thinkphp-gii
7 Downloads
auto create model and controller files when u excute php think generate:module xxx {--controllerExtend XXX --modelExtend XXX}
kmaking/resource-generator
152 Downloads
This package allow to generate resource for your application, resources includes views and controller
yii2mod/yii2-gii-extended
5096 Downloads
This generator generates a controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.
ahmedalmory/joda-resources
939 Downloads
a trait that generates resources methods for controller
bullhorn/fast-rest
7788 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
kmacute/refine-helper
8 Downloads
A Laravel package that auto-generates Models, Controllers, and Validations, with support for Authentication creation.
kmacute/kalm
7 Downloads
A Laravel package that auto-generates Models, Controllers, and Validations, with support for Authentication creation.
topsoft4u/openapi-generator
633 Downloads
Generates OpenAPI documentation from controllers and models in your PHP project (uses native PHP typing + php docs)
drewlabs/g-cli
82 Downloads
Generates classes, services, models and controller's components or entire project source code from databse structure
ecreeth/laravel-resource-view
295 Downloads
Generates the structure of views of a resource, its model and its controller
muravian/cigen
46 Downloads
Code generates following files in CodeIgniter 4 : models, controllers, routes.
khalyomede/laravel-api-generator
58 Downloads
Generates models, controllers and routes API from a database