execut/yii2-pages-alias
Composer 安装命令:
composer require execut/yii2-pages-alias
包简介
Integration module for yii2-pages and yii2-alias modules
README 文档
README
Integration module for execut/yii2-pages and yii2-alias.
For license information check the LICENSE-file.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require execut/yii2-pages-alias
or add
"execut/yii2-pages-alias": "dev-master"
to the require section of your composer.json file.
Usage
Add to your applications configs bootstrapping of module:
return [ 'bootstrap' => [ // for common app: 'pagesAlias' => \execut\pagesAlias\bootstrap\Common::class, // for console app: 'pagesAlias' => \execut\pagesAlias\bootstrap\Console::class, ] ];
统计信息
- 总下载量: 140
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2020-08-09