Libraries tagged by controllers generator
spora-ai/spora-maker
223 Downloads
Scaffolder for the Spora project App — generates Tools, Controllers, and the App.php entry class. Inspired by Symfony's MakerBundle. Install as a require-dev dep.
hamzi/nativerag
1062 Downloads
A production-ready, privacy-first Local AI Controller and Retrieval-Augmented Generation (RAG) engine for Laravel 11, 12, and 13. Supports Ollama, LM Studio, zero-infra vector search, SSE streaming, and full conversational memory — all with 100% data residency.
ahmedalmory/joda-resources
1763 Downloads
a trait that generates resources methods for controller
bullhorn/fast-rest
8023 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
ianikanov/yii2-wce
2411 Downloads
Ability to generate widgets with interface similar to controller with basic CRUD actions for specific model
creativecrafts/laravel-domain-driven-design-lite
1647 Downloads
Domain‑Driven Design (DDD)‑lite scaffolding for Laravel. This package generates a lightweight, opinionated module structure under Modules/[Module] and provides Artisan commands to scaffold common artifacts (Actions, Queries, DTOs, Repositories, Models, Controllers, Requests, Mappers, Migrations, Factories, and Tests).
coding-partners/auto-controller
45 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.
hardimpactdev/waymaker
1931 Downloads
Attribute-based route generation for Laravel - automatically generate routes from controller method attributes
creads/api2symfony
766 Downloads
PHP library to automatically generate Symfony2 controllers from API specifications (RAML, Blueprint, Swagger...)
thomasleconte/laminas-gen
14 Downloads
Package for generate modules / controllers / forms with Laminas Framework.
princenoman/laravel-rocket
3 Downloads
A Laravel package to generate multiple models, migrations, controllers, requests, factories, and seeders in one command.
kematjaya/crud-maker-twig-bundle
21 Downloads
Symfony MakerBundle command that generates Twig+Form CRUD (controller, views, filter type) for an existing Doctrine entity
paulhenri-l/laravel-route-helpers
10 Downloads
Rails like route helpers to easily generate paths to your laravel controllers
bullhorn/fast-rest-services
3065 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
luizalabs-opensource-php/laravel-request-docs
338 Downloads
Automatically generate Laravel docs from request rules, controllers and routes, rakutentech fork