2017 © Pedro Peláez
 

yii2-extension yii2-ufu

User friendly URLs tools package

image

xz1mefx/yii2-ufu

User friendly URLs tools package

  • Thursday, February 9, 2017
  • by xZ1mEFx
  • Repository
  • 1 Watchers
  • 0 Stars
  • 58 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

User friendly URLs multilanguage tools package for yii2

Latest Version on Packagist Software License Total Downloads, (*1)

This extension will work only with multilanguage extension, (*2)

Installation

  1. The preferred way to install this extension is through composer, run:, (*3)

    php composer.phar require --prefer-dist xz1mefx/yii2-ufu "~1.0"
    
  2. Previous action also install (if need) the multilanguage extension, so if you did not set it earlier you will need to do it in the first place, (*4)

  3. Execute migration:, (*5)

    php yii migrate --migrationPath=@vendor/xz1mefx/yii2-ufu/migrations --interactive=0
    

    or you can create new migration and extend it, example:, (*6)

    require(Yii::getAlias('@vendor/xz1mefx/yii2-ufu/migrations/m161223_113345_ufu_init.php'));
    
    /**
    * Class m161221_135355_ufu_init
    */
    class m161221_135355_ufu_init extends m161223_113345_ufu_init
    {
    }
    
  4. Add ufu-component in main config file:, (*7)

    'ufu' => [
        'class' => \xz1mefx\ufu\components\UFU::className(),
    ],
    
  5. [not necessary] If you use iiifx-production/yii2-autocomplete-helper you need to run:, (*8)

    composer autocomplete
    

The Versions

09/02 2017

dev-master

9999999-dev

User friendly URLs tools package

  Sources   Download

MIT

The Requires

 

by Vitalii Zagorodniuk

language url yii2 xz1mefx user friendly