Libraries tagged by laravel middleware
nelson-dominici/slimgry
11 Downloads
Slimgry is a validation middleware for the Slim framework, with a validation syntax similar to Laravel.
devamirul/p-router
40 Downloads
Simple, lightweight, and powerful PHP Router with rich features like Middlewares and Controllers is a simple and useful router class. Heavily inspired by the way Laravel handles routing.
blakvghost/bravo
10 Downloads
Bravo is a personal project, a mini MVC framework in PHP that I developed while drawing the best points from Laravel, Symfony and the Node.js side. I like simplicity, so I decided to make a simple product. For the moment, I manage the Route, the middlewares, the CORS, the easy sending of mails, as well as a mini ORM.
zxygel0913/query-logger-middleware
33 Downloads
Laravel middleware for logging queries with duplicate prevention.
zdz/laravel-middleware-log
513 Downloads
laravel middleware for log auto record
xultech/laravel-ip-whitelist
3 Downloads
Laravel middleware package for IP whitelisting with CIDR and wildcard support.
wnikk/laravel-flexible-throttle
0 Downloads
A Laravel middleware for advanced throttle based on IP, session, HTTP status codes, and exceptions. This package provides flexible and customizable protection for your application against brute force, password or scanning abuse and ensures fair use.
voronoi/lock-dev-middleware
54 Downloads
Laravel middleware to add HTTP Auth just to dev servers
trin4ik/laravel-middleware-setlocale
1097 Downloads
Laravel "SetLocale" middleware from user data, http headers, post data etc
timgws/laravel-pjax
19 Downloads
Laravel middleware for pjax. Use ajax and pushState to deliver a fast & seemless browsing experience
swooinc/laravel-prerender
7387 Downloads
Laravel middleware for prerendering javascript-rendered pages on the fly for SEO
slushie/laravel-middleware
754 Downloads
Laravel 4 Middleware Loader
rapidwebltd/no-post-data-laravel-middleware
78 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
ramzeng/laravel-tamper-attack
2 Downloads
laravel middleware to prevent tamper attacks.
ramzeng/laravel-replay-attack
4 Downloads
laravel middleware to prevent replay attacks.