Libraries tagged by controller generator
creads/api2symfony
757 Downloads
PHP library to automatically generate Symfony2 controllers from API specifications (RAML, Blueprint, Swagger...)
thomasleconte/laminas-gen
12 Downloads
Package for generate modules / controllers / forms with Laminas Framework.
sehentak/php-kan-sql
22 Downloads
Auto generate RESTful API Controllers and Models from an SQL schema file.
omnifyjp/laravel-scaffold
79 Downloads
A powerful Laravel package that automates the generation of Models, Controllers, Migrations, and other essential components from database schemas.
khomsiadam/stacksync
16 Downloads
StackSync is a fullstack PHP mini framework, with an MVC structure, custom API system with a Middleware and JWT authentication, components based views, flexible routing, PSR4 autoloading. Essential files generation (migrations, seeders, controllers and models) and other operations can be executed through custom commands.
adwiv/laravel-crud-daisyui
14 Downloads
Generate CRUD Model, Controller, Resource, Request and Views for Laravel with DaisyUI
princenoman/laravel-rocket
2 Downloads
A Laravel package to generate multiple models, migrations, controllers, requests, factories, and seeders in one command.
paulhenri-l/laravel-route-helpers
9 Downloads
Rails like route helpers to easily generate paths to your laravel controllers
luizalabs-opensource-php/laravel-request-docs
238 Downloads
Automatically generate Laravel docs from request rules, controllers and routes, rakutentech fork
andrazero121/api-resource-typer
9 Downloads
A Laravel package to automatically generate TypeScript interfaces from API Resource Controllers
ecreeth/laravel-resource-view
299 Downloads
Generates the structure of views of a resource, its model and its controller
bukankalengkaleng/laravel-entity
66 Downloads
Generate an entity along with their artefacts (Model, Controller, Migration, Form Request, Tests, Factory, Policy)
x-controller/generate-column-constants
7 Downloads
Generate column constants for all tables in the database
hectorqin/think-generate
15 Downloads
Generate model,controller,validate with parsing database for ThinkPHP5 and ThinkPHP6.
coding-partners/auto-controller
44 Downloads
The "Auto Controller" package for Laravel allows you to quickly generate fully functional controllers for any model in your application. With a single command, the package will create a controller with all the standard CRUD (Create, Read, Update, Delete) methods, saving you significant time and effort. This enables you to focus on building the core features of your project.