2017 © Pedro Peláez
 

yii2-extension yii2-common-class

yii2 common class

image

kriss/yii2-common-class

yii2 common class

  • Friday, July 27, 2018
  • by kriss
  • Repository
  • 1 Watchers
  • 0 Stars
  • 144 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 24 Versions
  • 95 % Grown

The README.md

yii2 common class

Some usage classes in Yii2 Project for quickly develop, (*1)

Install

use composer

php composer.phar require kriss/yii2-common-class -vvv

use github (use this for newest)

git clone https://github.com/krissss/yii2-common-tools.git kriss

Then add Alias in Yii2, (*2)

Advanced: \common\config\bootstrap.php write after other Alisa, (*3)

Yii::setAlias('@kriss', dirname(dirname(__DIR__)) . '/kriss');

Basic: \common\config\web.php write before other config, (*4)

Yii::setAlias('@kriss', dirname(__DIR__) . '/kriss' );

Usage And Example

Not available, (*5)

The Versions