panix/mod-license

模块许可

安装次数: 4

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

类型:pixelion-module

dev-main 2021-10-16 11:14 UTC

This package is auto-updated.

Last update: 2024-09-16 18:07:48 UTC


README

PIXELION CMS模块

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

安装

安装此扩展的首选方式是通过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