Download the PHP package berthott/laravel-locale-middleware without Composer
On this page you can find all versions of the php package berthott/laravel-locale-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download berthott/laravel-locale-middleware
More information about berthott/laravel-locale-middleware
Files in berthott/laravel-locale-middleware
Download berthott/laravel-locale-middleware
More information about berthott/laravel-locale-middleware
Files in berthott/laravel-locale-middleware
Vendor berthott
Package laravel-locale-middleware
Short Description Laravel Helper for localizing API routes
License MIT
Package laravel-locale-middleware
Short Description Laravel Helper for localizing API routes
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-locale-middleware
Laravel-Locale-Middleware
A helper for localizing API routes. Easily add a locale option to all your API routes.
Installation
Basic Usage
- The package automatically adds a
locale
query parameter to all your API routes. - Setting this
locale
query parameter will result in changing the Laravel locale for this specific request. - In order for localization to work you'll need to provide the corresponding localization files. See Laravel Lang for a convenient way to install these.
Alias / Middleware Groups
- By default the middleware will be added to your
api
Middleware Group. - You may set the
groups
option to an empty array, or an array of your custom Middleware Groups to add the middleware to. - In addition you could add the route directly via it's alias
locale
.
Options
To change the default options use
queryVariableName
: Specifies a custom name for the query parameter. Defaults tolocale
.groups
: An array of middleware groups to add the locale middleware to. Defaults to['api']
.
Compatibility
Tested with Laravel 10.x.
License
See License File. Copyright © 2023 Jan Bladt.
All versions of laravel-locale-middleware with dependencies
PHP Build Version
Package Version
No informations.
The package berthott/laravel-locale-middleware contains the following files
Loading the files please wait ....