panix/mod-news
Composer 安装命令:
composer require panix/mod-news
包简介
Module news
关键字:
README 文档
README
Module for PIXELION CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-news "*"
or add
"panix/mod-news": "*"
to the require section of your composer.json file.
Add to web config.
'modules' => [
'news' => ['class' => 'panix\mod\news\Module'],
],
Migrate
php yii migrate --migrationPath=vendor/panix/mod-news/migrations
统计信息
- 总下载量: 65
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-04