Libraries tagged by resource controller
leicaflorian/pimp_my_crud
57 Downloads
Artisan commands for creating CRUD views and controller.
jlorente/yii2-roles
93 Downloads
A Yii2 extension that includes the concept of roles in the framework. Useful to handle user access to controllers actions allowed only for some roles and filter database resources.
isayama3/larave-project-generator
30 Downloads
api-tools/api-version-manager
2335 Downloads
Simplify Laravel API versioning with ease. No more separate controllers—just flexibility, fallbacks, and version-specific components.
sahib/elegan
96 Downloads
Handle uploads and image resizing automatically.
natanfelles/mvc
182 Downloads
Aplus Framework MVC Library
programmeruz/laravel-creator
33 Downloads
Generate Model, Migration, Seeder, Factory, Resource, Controller, SWAGGER using simple form
nissicreative/laravel-generators
242 Downloads
Generate resource controllers and views
mostafizurmaruf/bingo-crud
0 Downloads
Scaffold a complete Laravel CRUD stack (model, migration, form request, resource controller, Blade views and route) from a single schema string via `php artisan make:crud`.
lumphp/generator
6 Downloads
generate mvc resource (controller, models, and view).
louiss0/slim-route-registry
15 Downloads
This package allows you to register routes and create resource controllers using attributes php
kaxiluo/swagger-laravel-code-generator
26 Downloads
Automatically generate laravel models, resources, controllers, routes based on swagger documents
jigeshraval/laravel-scope
5 Downloads
Define the scope, Admin or Front, of a Laravel application so that the resources, controllers, and routes can be splitted
jacksunny/customrestful
19 Downloads
custom restful resource controller for laravel
iamgerwin/laravel-api-scaffold
13 Downloads
A Laravel package to scaffold Service layer architecture with API resources, controllers, and tests