laravel-weak-etag-middleware
by moafak
A Laravel middleware to add weak etags to HTTP response headers
laravel-arabic-numbers-middleware
by etchfoda
auto transforms arabic/eastern to eastern/arabic numbers for i.e ١٢٣٤٥٦٧٨ to 12345678
laravel-arabic-numbers-middleware
by yemenifree
auto transforms arabic/eastern to eastern/arabic numbers for i.e ١٢٣٤٥٦٧٨ to 12345678
laravel-xss-middleware
by sneek
Simple Laravel XSS middlware to strip all tags and encode all entities from a user
laravel-database-redundancy
by ezdeliveryco
A lightweight middleware to enforce database redundancy in Laravel and Lumen.
laravel-oauth2-login
by kronthto
Provides a middleware to protect resources requiring an OAuth2 login
laravel-middleware-request-id
by softonic
Middleware for Laravel Framework to add the X-Request-ID header in the requests and responses.
no-post-data-laravel-middleware
by rapidwebltd
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.
laravel-minidevicedetector
by torkashvand
A middleware that adds attributes to your request object that describe the users browser. This will let you fine tune the templates or code to use based on the traits of the browser.
laravel-pjax
by timgws
Laravel middleware for pjax. Use ajax and pushState to deliver a fast & seemless browsing experience
laravel-localize-middleware
by benconstable
Configurable localization middleware for your Laravel >=5.1 application
laravel-middleware-response-cache
by infusionweb
Provides caching of HTML pages in Laravel responses.
laravel-security-header
by bepsvpt
Add security related headers to HTTP response. The package includes Service Providers for easy Laravel integration.
secure-headers
by bepsvpt
Add security related headers to HTTP response. The package includes Service Providers for easy Laravel integration.