kriss/yii2-common-class
Composer 安装命令:
composer require kriss/yii2-common-class
包简介
yii2 common class
关键字:
README 文档
README
Some usage classes in Yii2 Project for quickly develop
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
Advanced: \common\config\bootstrap.php write after other Alisa
Yii::setAlias('@kriss', dirname(dirname(__DIR__)) . '/kriss');
Basic: \common\config\web.php write before other config
Yii::setAlias('@kriss', dirname(__DIR__) . '/kriss' );
Usage And Example
Not available
统计信息
- 总下载量: 750
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-24