halumein/yii2-report

报告模块

安装: 11

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:yii2-extension

dev-master 2016-10-06 06:05 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:58:30 UTC


README

报告模块

php composer require halumein/yii2-report "*"

迁移

php yii migrate --migrationPath=vendor/halumein/yii2-report/migrations

在应用程序配置文件中添加模块 test

    'modules' => [
        'report' => [
            'class' => 'halumein\report\Module',
        ],
        //...
    ]