Libraries tagged by laravel request
jeremykenedy/laravel-https
128840 Downloads
Laravel Https is middleware to check for Secure HTTP requests. Laravel Https middleware providers can check and redirect if the user is not hitting the https url of your app/site or the request can be automatically redirected to a Secure Http (HTTPS) request.
rickselby/laravel-gate-cache
88687 Downloads
Add a per-request caching layer to Laravel's Gate
farayaz/laravel-spy
779 Downloads
A Laravel package to track outgoing HTTP requests.
matthewbdaly/laravel-etag-middleware
313167 Downloads
A Laravel middleware for adding ETags to HTTP requests to improve response times
recca0120/laravel-parallel
104221 Downloads
paulo-hortelan/requests-graph-pulse
116794 Downloads
This is my package requests-graph-pulse
maartenstaa/laravel-41-route-caching
359296 Downloads
This package allows you to cache your routes definitions, thereby speeding up each request.
cerbero/lazy-json-pages
88908 Downloads
Framework-agnostic package to load items from any paginated JSON API into a Laravel lazy collection via async HTTP requests.
jedrzej/sortable
231249 Downloads
Sortable trait for Laravel's Eloquent models - sort your models using request parameters
werk365/etagconditionals
257724 Downloads
Laravel package to enable support for ETags and handling If-Match and If-None-Match conditional requests
jedrzej/withable
170260 Downloads
Withable trait for Laravel's Eloquent models
jedrzej/pimpable
160396 Downloads
Laravel 4/5/6 package that allows to dynamically filter, sort and eager load relations for your models using request parameters
illuminatech/multipart-middleware
235345 Downloads
'multipart/form-data' parser middleware for Laravel
hi-folks/lara-lens
58702 Downloads
Laravel Diagnostic command for configuration, db connection, http request
digitaldream/laracrud
20839 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