2017 © Pedro Peláez
 

yii2-extension yii2-multilang

Basic Yii2 multilang module

image

jarrus90/yii2-multilang

Basic Yii2 multilang module

  • Thursday, November 23, 2017
  • by jarrus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 343 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Yii2-multilang

Build Status, (*1)

NOTE: Module is in initial development. Anything may change at any time., (*2)

Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing., (*3)

License

Yii2-content is released under the BSD-3-Clause License. See the bundled LICENSE.md for details., (*4)

Requirements

YII 2.0, (*5)

Installation


"require": { "jarrus90/yii2-multilang": "*", }, php composer.phar update

Components

Multilang request

Sets current user language as application language, (*6)

    'components' => [
        'request' => [
            'class' => 'jarrus90\Core\components\MultilangRequest'
        ],
    ]

Requires user identity having field lang, (*7)

The Versions