zaabr/yii2-pages
Composer 安装命令:
composer require zaabr/yii2-pages
包简介
Creating, editing and managing publications on the site.
README 文档
README
Creating, editing and managing publications on the site.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist zaabr/yii2-pages "*"
or add
"zaabr/yii2-pages": "*"
or
composer require zaabr/yii2-pages
or add
to the require section of your `composer.json` file.
- Выполнить миграцию для создания таблиц в базе данных (консоль):
yii migrate --migrationPath=@zaabr/pages/migrations --interactive=0
Usage
Once the extension is installed, simply use it in your code by :
<?= \zaabr\pages\AutoloadExample::widget(); ?>```
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-02-18