Libraries tagged by controller generator
omnifyjp/laravel-scaffold
377 Downloads
A powerful Laravel package that automates the generation of Models, Controllers, Migrations, and other essential components from database schemas.
benzine/orm
59 Downloads
The Benzine Database Access Layer. Includes generation of models, controllers and so on from schema.
benzine/benzine-database
595 Downloads
The Benzine Database Access Layer. Includes generation of models, controllers and so on from schema.
arjanhulst/breadcrumbs-bundle
1 Downloads
Allows generating breadcrumbs from controller annotations.
adwiv/laravel-crud-daisyui
22 Downloads
Generate CRUD Model, Controller, Resource, Request and Views for Laravel with DaisyUI
adwiv/laravel-crud-adminlte
67 Downloads
Generate CRUD Model, Controller, Resource, Request and Views for Laravel
rudi97277/laravel-make-feature
14 Downloads
A package to generate feature-related files (controller, service, repository, and model) with ease for Laravel projects.
robin-van-dijk/laravel-action-permission
249 Downloads
A package to generate permissions from laravel controller actions
morganrowse/laravelcrud
89 Downloads
Artisan command to generate routing, views and controllers from a database table
mediawebid/makemodule
2 Downloads
Generate module structure including controller, request, resource, repository
laravelresource/resourcemaker
24 Downloads
Generate a model, repository, controller and services
emmanuel_saleem/command_me
14 Downloads
Create a migration with columns, and use these columns to generate a seeder, factory, controller, resource, and route
arpanmandaviya/laravel-system-builder
39 Downloads
Generate Laravel migrations, models, controllers, and views from a minimal JSON schema (Laravel 12+)
alagiesinghateh/laravel-docmaker
10 Downloads
A Laravel package to generate API documentation from controller annotations
jiejunf/laravel-resourceful
36 Downloads
automatic generate route/model/controller/service for resource-ful api in laravel-framework.