Libraries tagged by controllers generator
danielquirogadev/clementinecrud
5 Downloads
CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is a fork of kEpEx/laravel-crud-generator from Alfredo Aguirre ([email protected]).
ngos/admin-core
253 Downloads
Reusable admin CRUD core (config-driven controllers/services, Route::crud macro, resource generator) for Laravel + Bootstrap 5, with a custom branded admin theme.
desino/crud-engine
51 Downloads
Laravel Artisan scaffold generator for Desino CRUD modules (model, controller, migration, views, routes, translations).
vanchao0519/voyager-data-transport
95 Downloads
A command line to generate voyager Controller and View files to import and export data with excel and database
utkarshgayguwal/laravel-smart-scaffold
68 Downloads
Generate complete Laravel CRUD operations with a single command, including models, controllers with actual code having error handling, migrations, requests, factories, resources, and routes - ready for immediate API testing in Postman
tonoraziz/ci4-make-module-cli
1 Downloads
A Spark command for CodeIgniter 4 that generates a modular structure for the ci4ms framework, including controllers, views, routes, and language files. Forked from ci4-cms-erp/ext_module_generator.
seangly/laravel-csrm
5 Downloads
One command to scaffold a full Controller-Service-Repository-Model design pattern in Laravel
rizkussef/laravel-crud-api
14 Downloads
A clean, scalable Api CRUD package for the Service-based architecture for Laravel with advanced filtering, eager-loading relationships, and automatic resource resolution
renas/laravel-resource-scaffold
0 Downloads
Scaffold Laravel resources for Inertia (Vue/React) or Blade (migration, model, controller, pages/views).
rbr/laravel-api-docs
10 Downloads
A self-analyzing tool that scans a Laravel project's routes, controllers, and FormRequests to generate browsable API documentation.
ramosmerino/laravel-5-rest-api-scaffold
118 Downloads
Creates Migrations, Seeders, Factories, Tests, Models, Controllers and Resources with one command. Delete everything with another.
paulocoelho/laravel-scaffold-plus
10 Downloads
Geração completa de estruturas Laravel: Model, Controller, Service, Repository, Provider, Requests e Policy com exemplos de uso.
nematov/laravel-tools
7 Downloads
Laravel package for generating and syncing repositories, controllers, interfaces and routes with customizable paths
naingminkhant/simple-crud
0 Downloads
A Laravel package to auto-generate simple CRUD API (migration, model, controller, repository, route).
muravian/cigen
47 Downloads
Code generates following files in CodeIgniter 4 : models, controllers, routes.