Libraries tagged by laravel controller
20tries/filterable
3371 Downloads
A package for supporting the filtering of controller action results.
yaim/mitter
70 Downloads
A Model-Sitter for Laravel Eloquent.
thunken/api-guard
127 Downloads
A simple way of authenticating your APIs with API keys using Laravel
sahib/elegan
95 Downloads
Handle uploads and image resizing automatically.
rinvex/support
18748 Downloads
Rinvex support contains common helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.
luchmewep/granular-search
117 Downloads
Granular Search and Aggregation provides four (4) usable traits for model controllers which are useful for searching and aggregation.
jwadhams/api-guard
855 Downloads
A slightly archaic way of authenticating your APIs with API keys using Laravel
jeremyworboys/containeraware
5338 Downloads
Adds ContainerAware and method injection functionality to Laravel 4
helilabs/heli-developement-helpers
0 Downloads
Laravel package that provides set of classes to make use of common design patterns like (Repository Pattern, Factory Pattern).
helilabs/capital
100 Downloads
Laravel package that provides set of classes to make use of common design patterns like (Repository Pattern, Factory Pattern).
coopers98/genericcrud
512 Downloads
A GenericCRUD controller trait and corresponding views
bright-components/actions
135 Downloads
Invokable actions. Not controllers.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.
klimis/cachemiddleware
461 Downloads
Cache Laravel controllers' response
brainboxlabs/persist-query
4 Downloads
Persist request query parameters in Laravel controllers