laravel-block-cf-origin
by emotality
Laravel package to block direct requests to your Cloudlfare-protected origin server.
laravel-openapi-validator
Laravel OpenAPI Validator - Request and response validators based on the OpenAPI Specification.
laravel-app-debug-dynamic
by benjaminhu
Enabling Laravel APP_DEBUG dynamically in production environment
laravel-api-language
A simple package for making a Laravel API language header aware.
laravel-fast404
by phpwatch
A Laravel middleware to quickly terminate Page-Not-Found pages that do not require a full HTML page
has-parameters
by timacdonald
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.
laravel-samesite-none-compat
by kevinsmith
Provides support for legacy clients when using SameSite=None cookies in Laravel 5.8+
laraveldbtransactions
by iamarunp
The package can be used to handle DB transaction through a middleware.
laravel-6-api-dates
Middleware to apply to legacy api route groups, which takes date output in the Laravel 7+ format, and outputs them as the legacy format from before Laravel 7.
laravel-fix-arabic-numbers
by outhebox
Auto Convert all Arabic numbers input to English Numbers For Laravel framework & nova
laravel-svg-fixer-middleware
by digifactory
Fixes your uploaded SVG files before validating through the Laravel validator
laravel-ip-middleware
Laravel middleware for whitelisting/blacklisting client IP addresses
api-version-control
A Laravel package to manage versions of endpoints in an elegant way
laravel-request-accept-json-middleware
by softonic
Laravel middleware to add Accept application/json header to requests
laravel-request-content-decompress-middleware
by softonic
Laravel request content decompress middleware
laravel-ip-restrictions
Laravel middleware for whitelisting and blacklisting IP addresses per environment.
laravel-force-https-middleware
by phucnguyenvn
Laravel module which force all request to https protocol
remember-query-strings
by reinink
Laravel middleware that automatically remembers and restores query strings.
laravel-reformulator
by fewagency
Laravel middleware to filter, sanitize, parse and transform request input data.
laravel-access-protect
by gorankrgovic
Simple, configurable access for your laravel site. Useful in cases when you want to lock the stage or dev environment.
laravel-openapi-validator-middleware
by koharakazuya
Laravel middleware validates requests and responses by an OpenAPI specification document