nayjest / i18n
Installs: 2 738
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 5
Forks: 0
Open Issues: 1
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2024-10-07 00:57:25 UTC
README
Multilanguage support for Laravel framework
Features
- Traits for multilanguage models
- Language switcher
Requirements
- Laravel 4.X
- php 5.3+
Installation
Installation using Composer
Step 1: Declare dependency
Add nayjest/grids to "require" section of your composer.json
"require": { "nayjest/i18n": "~1" },
Step 2: Update dependencies
Run following command:
php composer.phar update
Step 3: Register service provider in Laravel application
Add following line:
'Nayjest\I18n\ServiceProvider'
to 'providers' section of app/config/app.php file.
Usage
License
© 2014—2019 Vitalii Stepanenko
Licensed under the MIT License.