Libraries tagged by laravel-middleware
phpwatch/laravel-fast404
5 Downloads
A Laravel middleware to quickly terminate Page-Not-Found pages that do not require a full HTML page
landrok/laravel-request-logger
76 Downloads
A Laravel middleware to log HTTP requests into database.
kevinsimard/laravel-cookieless-session
16919 Downloads
Laravel middleware to start a cookieless session
jrl05k/laravel-under-construction
5383 Downloads
Laravel middleware to display under construction message
gao922699/laravel-cors
14 Downloads
Laravel Middleware for cors
fewagency/laravel-reformulator
116 Downloads
Laravel middleware to filter, sanitize, parse and transform request input data.
dyrynda/laravel-ldap
4371 Downloads
Leverage Laravel's middleware to ensure your LDAP-authenticated users stay that way.
dyce/laravel-prerender
140 Downloads
Laravel middleware for prerendering javascript-rendered pages on the fly for SEO
divineomega/laravel-route-restrictor
4413 Downloads
Laravel middleware to restrict a site or specific routes using HTTP basic authentication
arubacao/aws-ip-range-middleware
2271 Downloads
Laravel Middleware for Amazon Web Services (AWS) IP Address Range
4myth/arabic-numbers
80 Downloads
Laravel Middleware convert arabic numbers to english numbers
seanhood/laravel-opentelemetry
1008 Downloads
Laravel middleware to send events to OpenTelemetry
slushie/laravel-middleware
754 Downloads
Laravel 4 Middleware Loader
rapidwebltd/no-post-data-laravel-middleware
77 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.
malvik-lab/laravel-middleware-toolbox
45 Downloads