andrewdevelop / api-localization
Basic locale switcher for Lumen
Package info
github.com/andrewdevelop/api-localization
Type:package
pkg:composer/andrewdevelop/api-localization
dev-master
2020-03-27 11:18 UTC
Requires
- php: ^7.2
- illuminate/container: ^6.0
- illuminate/support: ^6.0
This package is auto-updated.
Last update: 2026-03-28 00:44:03 UTC
README
Install:
composer require andrewdevelop/api-localization:dev-master
Register service provider:
Open your bootstrap/app.php file and paste this
$app->register(Core\Localization\LocalizationServiceProvider::class)
Configure:
Open your .env file and set default locale and the comma-separated list of available locales
APP_LOCALE=en
APP_LOCALES=en,ar,ru