Libraries tagged by User controls
waska14/laravel-with-db-transactions
38425 Downloads
Use middleware globally for all routes to put every controller in database transaction
dittto/symfony-custom-request
8475 Downloads
Allows use of custom requests in controllers
rodrifarias/slim-route-attributes
1096 Downloads
Slim Route Attributes is a route scanner that uses PHP attributes
abydahana/aksara
1123 Downloads
Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!
a7-tech/laminas-attribute-controller
49 Downloads
Package for Laminas Framework to use attributes sugar in controller.
mvccore/ext-debug-tracy-mvccore
5105 Downloads
MvcCore - Extension - Debug - Tracy - Panel MvcCore - render and add into tracy debug panel current MvcCore application instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Application::GetInstance()); to display main application objects used to render current page response. Rendered objects inside MvcCore app: \MvcCore\Request, \MvcCore\Response, \MvcCore\Router, \MvcCore\Controller, all preroute, predispatch and postdispatch configured handlers and many other internal application values.
mallardduck/laravel-traits
6126 Downloads
A collection of useful Laravel snippets in the form of easy to use traits.
d-scribe/laraquick
1736 Downloads
A collection of classes to be extended/used in laravel applications for quick development
leammas/yii2-flowjs
2746 Downloads
Easy to use widget and controller for adding HTML5 fully customizable file upload to your app
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!
dynamikaweb/yii2-layout-behavior
1002 Downloads
Controller behavior facilitates the use of dynamic layout.
backstage/laravel-trailing-slash
1027 Downloads
Use Laravel explicitly with or without trailing slashes, controlling URL generation and proper redirects for SEO.
inani/laravel-controllers-generator
12 Downloads
A Laravel package to create for you controllers used in routes
sdavis1902/laravel-controller-routes
3753 Downloads
In Laravel 5.3 Route::controller was removed. This package replaces that functionality if you still want to use it.
beanmoss/annotroute
425 Downloads
Allows you to use Route annotations on your controllers.