panix / mod-license
模块许可
dev-main
2021-10-16 11:14 UTC
Requires
- panix/engine: *
This package is auto-updated.
Last update: 2024-09-16 18:07:48 UTC
README
PIXELION CMS模块
安装
安装此扩展的首选方式是通过composer。
运行以下命令:
php composer require --prefer-dist panix/mod-license "*"
或者添加以下内容到你的composer.json
文件的require部分:
"panix/mod-license": "*"
to the require section of your composer.json file.
添加到web配置。
'modules' => [
'license' => ['class' => 'panix\mod\license\Module'],
],
迁移
php yii migrate --migrationPath=vendor/panix/mod-license/migrations