nayjest/i18n

There is no license information available for the latest version (v1.0.9) of this package.

v1.0.9 2019-10-25 14:35 UTC

This package is auto-updated.

Last update: 2024-05-07 00:08:57 UTC


README

Multilanguage support for Laravel framework

Codacy Badge Code Climate Circle CI Release

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.