Download the PHP package kingscode/laravel-localize without Composer
On this page you can find all versions of the php package kingscode/laravel-localize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kingscode/laravel-localize
More information about kingscode/laravel-localize
Files in kingscode/laravel-localize
Download kingscode/laravel-localize
More information about kingscode/laravel-localize
Files in kingscode/laravel-localize
Vendor kingscode
Package laravel-localize
Short Description Laravel Localization in a yiffy.
License MIT
Package laravel-localize
Short Description Laravel Localization in a yiffy.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-localize
Laravel Localize
An as minimalistic as possible localization package, makes it so the app.locale
is set to nl
in the case of /nl/home
.
Installation
Require the package.
... and optionally publish the config.
Add the middleware to the needed middleware groups, in our case only to the web group.
Now you must register the route file that holds your localized routes, you will do this twice:
- Once without a prefix and prefixed name.
- Once with a prefix and prefixed name.
This makes it so that your default locale can use /
instead of being forced to have /en
when your website is english by default.
All versions of laravel-localize with dependencies
PHP Build Version
Package Version
The package kingscode/laravel-localize contains the following files
Loading the files please wait ....