acl-middleware
Middleware associated with Laravel Doctrine ACL. This middleware will check permissions for access to routes, based on the route name and the request type.
api-version-control
A Laravel package to manage versions of endpoints in an elegant way
has-parameters
by timacdonald
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.
laraformer
A Laravel package to help you in implementing the transformers logic in your applications with ease
laravel-etag-middleware
by matthewbdaly
A Laravel middleware for adding ETags to HTTP requests to improve response times
laravel-localize-middleware
by benconstable
Configurable localization middleware for your Laravel >=5.1 application
laravel-middleware-csp
Provides support for enforcing Content Security Policy with headers in Laravel responses.
laravel-middleware-request-id
by softonic
Middleware for Laravel Framework to add the X-Request-ID header in the requests and responses.
laravel-middleware-response-cache
by infusionweb
Provides caching of HTML pages in Laravel responses.
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-oauth2-login
by kronthto
Provides a middleware to protect resources requiring an OAuth2 login
laravel-pjax
by timgws
Laravel middleware for pjax. Use ajax and pushState to deliver a fast & seemless browsing experience
laravel-reformulator
by fewagency
Laravel middleware to filter, sanitize, parse and transform request input data.
laravel-security-header
by bepsvpt
Add security related headers to HTTP response. The package includes Service Providers for easy Laravel integration.
laravel-xss-middleware
by sneek
Simple Laravel XSS middlware to strip all tags and encode all entities from a user