Libraries tagged by laravel controller
waska14/laravel-with-db-transactions
36620 Downloads
Use middleware globally for all routes to put every controller in database transaction
scrumble-nl/laravel-csr
14887 Downloads
This package makes it possible to generate a controller, service, repository, model and migration all in 1 command
eventhomes/laravel-mandrillhooks
74506 Downloads
A simple Mandrill webhook controller to help with events. Compatible with Laravel 5+ and Lumen 5+.
efficiently/authority-controller
33004 Downloads
AuthorityController is an PHP authorization library for Laravel 5 which restricts what resources a given user is allowed to access.
mitulgolakiya/laravel-api-generator
30495 Downloads
Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.
zofe/burp
187218 Downloads
Simple PHP router that works with query-string and uri-segments, laravel filter system
digitaldream/laracrud
20480 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command
larafast/fastapi
2112 Downloads
A Fast Laravel package to help you generate CRUD API Controllers and Resources, Model
saritasa/laravel-controllers
16230 Downloads
Saritasa controllers for typical operations
clean-bandits/single-action-resource-controllers-for-laravel
1205 Downloads
hessam/laravel-blogger
1273 Downloads
Simple blog package (with admin panel) for Laravel. Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.
shaburov/laravel-crud-rest-api
6432 Downloads
Crud Rest Api package for creating other crud controllers.
rosamarsky/laravel-command-bus
13713 Downloads
Simple Command Bus for Laravel framework
lanciweb/laravel-make-crud
1680 Downloads
A Laravel Package that allows creation of Model, Migration, Seeder, Views, Routes and resource controller for CRUD operations.
eventhomes/laravel-apicontroller
93249 Downloads
Simplified API controller, inspired by Jeffrey Way. Compatible with Laravel 5+ and Lumen 5+.