2017 © Pedro Peláez
 

yii2-extension yii2-language

Yii2 language support

image

futuretek/yii2-language

Yii2 language support

  • Saturday, June 16, 2018
  • by futuretek
  • Repository
  • 1 Watchers
  • 0 Stars
  • 159 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 87 % Grown

The README.md

Yii2 Language support

Usage

Data

Database will be populated via migration automatically., (*1)

Model

Use model futuretek\language\models\Language wherever you want, (*2)

Language selector

Language selector can be used in any view. Language will be automatically switched in Yii application and saved into cookie., (*3)

There are two selectors available:, (*4)

  • LanguageSelector::dropDown() - display drop-down with all enabled languages
  • LanguageSelector::flagList() - display list of all enabled language flags

Administration

Extension add very simple language list page with activate/deactivate option., (*5)

To include the page into your controller you have to add it to actions() method., (*6)

class LanguageController extends Controller
{
    public function actions()
    {
        return [
            'index' => 'futuretek\language\IndexAction',
        ];
    }
}

Development

Assets are managed by Compass, (*7)

  • While developing run compass watch in extension root directory
  • To compile assets for final distribution run compass compile -e production --force in extension root directory

The Versions

16/06 2018

dev-master

9999999-dev http://www.futuretek.cz/

Yii2 language support

  Sources   Download

Apache-2.0

The Requires

 

language extension yii

16/06 2018

1.4.1

1.4.1.0 http://www.futuretek.cz/

Yii2 language support

  Sources   Download

Apache-2.0

The Requires

 

language extension yii

17/10 2017

1.4.0

1.4.0.0 http://www.futuretek.cz/

Yii2 language support

  Sources   Download

Apache-2.0

The Requires

 

language extension yii

22/09 2017

1.3.0

1.3.0.0 http://www.futuretek.cz/

Yii2 language support

  Sources   Download

Apache-2.0

The Requires

 

language extension yii

21/09 2017

1.2.0

1.2.0.0 http://www.futuretek.cz/

Yii2 language support

  Sources   Download

Apache-2.0

The Requires

 

language extension yii

20/09 2017

1.1.0

1.1.0.0 http://www.futuretek.cz/

Yii2 language support

  Sources   Download

Apache-2.0

The Requires

 

language extension yii

15/09 2017

1.0.0

1.0.0.0 http://www.futuretek.cz/

Yii2 language support

  Sources   Download

Apache-2.0

The Requires

 

language extension yii