Libraries tagged by generate controllers
dilneiss/laravel-request-docs
200 Downloads
Automatically generate Laravel docs from request rules, controllers and routes
andrazero121/api-resource-typer
26 Downloads
A Laravel package to automatically generate TypeScript interfaces from API Resource Controllers
aashirhaq/stub
158 Downloads
Generate CRUD of provided name including Controller Services and Views
oat-sa/lib-tao-controllermap
1007 Downloads
Library to generate a map of all Tao controllers
stobys/laravel-crafter
36 Downloads
Convinient way to generate all files for new model (model, controller, views, routes, migration, seeder, etc)
sagar-s-bhedodkar/laravel-modular-routes
6 Downloads
Easily manage modular routes in Laravel projects — automatically generate, organize, and load module routes and controllers. Keep your application clean, scalable, and production-ready with minimal setup. Each module can have its own routes, controllers, views, and tests, making large applications easier to maintain. Automatically detects and registers module routes without manual imports, saving development time. Ideal for teams, enterprise projects, and developers who want a professional, modular Laravel architecture.
mohamed-ayman/laravel-postman-generator
3 Downloads
Professional Laravel package to automatically generate Postman collections from your Laravel routes, controllers, validation rules, and middleware
wushenglong/chinese-catch-replace
6 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.
trasel/laravel-structure-generator
227 Downloads
Package to generate Services and Repositories or complete Repositories/Services/Controllers structure in Laravel
route2api/route2api
3 Downloads
Generate OpenAPI and Markdown API documents from ThinkPHP routes and controllers.
parvej-mahmud/laravel-tdd-generator
1 Downloads
Automatically generate comprehensive TDD files for Laravel modules including models, controllers, migrations, and routes
pacgen/crud-generator
21 Downloads
Generate CRUD operations for Laravel models with views, controllers, and routes.
muhammedsalama/crudforge
4 Downloads
Generate production-ready Laravel CRUD modules using clean architecture — models, controllers, services, repositories, requests, resources, factories, tests, translations, and route snippets from a single Artisan command.
marcogeorge7/permission-generator
24 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}