Libraries tagged by laravel controller
efficiently/authority-controller
33165 Downloads
AuthorityController is an PHP authorization library for Laravel 5 which restricts what resources a given user is allowed to access.
drawmyattention/laravel-make-resource
421 Downloads
Generate a model, migration, controller, routes and factory
themsaid/laravel-routes-publisher
24646 Downloads
A command to replace deprecated Route::controller with explicit routes.
imanghafoori/laravel-responder
332 Downloads
A minimal yet powerful package to give you opportunity to refactor your controllers.
samyoteroglez/larawesomecrud
309 Downloads
CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is based on kEpEx/laravel-crud-generator from Alfredo Aguirre ([email protected]).
firalabs/firadmin
546 Downloads
Basic admin panel for Laravel 4 with login and user controller implementation
timacdonald/multiformat-response-objects
493 Downloads
A response object that handles multiple response formats within the one controller
remoblaser/resourceful
287 Downloads
Create Migration, Seed, Request, Controller, Model and Views for your resource
d-scribe/laraquick
1739 Downloads
A collection of classes to be extended/used in laravel applications for quick development
crcms/repository
4399 Downloads
Detached model and controller warehouse data provider
codebider/generate-crud
97 Downloads
An artisan command to automate the migration,model,resource controller, views and routes
darkghosthunter/laratraits
2183 Downloads
Laratraits is a package containing useful traits to use along your Controllers, Service Providers, Commands and what not. Take a look!
suzunone/l-auto-comment-for-php-swagger
4655 Downloads
Automatically generate PHP Swagger comments from Laravel's Controller, Model, and form requests.
arwp/mvc
320 Downloads
For building Model-View-Controller (MVC) pattern in laravel
matheusfsc28/layercraft
772 Downloads
A package to generate layered architecture (Controller, Service, Interface, Repository, Model) in Laravel applications.