Download the PHP package arnissolle/laravel-localization without Composer
On this page you can find all versions of the php package arnissolle/laravel-localization. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arnissolle/laravel-localization
More information about arnissolle/laravel-localization
Files in arnissolle/laravel-localization
Download arnissolle/laravel-localization
More information about arnissolle/laravel-localization
Files in arnissolle/laravel-localization
Vendor arnissolle
Package laravel-localization
Short Description Laravel localization package
License MIT
Homepage https://github.com/arnissolle/laravel-localization
Package laravel-localization
Short Description Laravel localization package
License MIT
Homepage https://github.com/arnissolle/laravel-localization
Please rate this library. Is it a good library?
Informations about the package laravel-localization
Introduction
The Laravel Localization package is built for Laravel 5.8+ and provides:
- [x] Localized routes with language URL prefixes.
- [ ] Domain based localized routes.
- [x] Middleware to detect user language based on HTTP header and session.
- [x] Redirect the user to the localized version.
- [ ] Possibility to hide the language URL prefix for the default language.
- [ ] Possibility to localize a subset of routes only.
- [ ] Language Switcher and Hreflang Meta Tags
- [ ] Patched
route()
method to use localized routes whenever possible. - [ ] Compatibility with
artisan route:cache
.
Installation
To get started, use Composer to add the package to your project's dependencies:
Add the middleware to the web
group in App/Http/Kernel.php
:
All versions of laravel-localization with dependencies
PHP Build Version
Package Version
The package arnissolle/laravel-localization contains the following files
Loading the files please wait ....