johnnymcweed/luya-module-project

dev-master 2018-04-25 19:57 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:08:20 UTC


README

文件是用 module/create 命令创建的。

安装

要将模块添加到您的项目中,请进入配置文件中的模块部分。

return [
    'modules' => [
        // ...
        'projectmanagerfrontend' => [
            'class' => 'app\modules\projectmanager\frontend\Module',
            'useAppViewPath' => true, // When enabled the views will be looked up in the @app/views folder, otherwise the views shipped with the module will be used.
        ],
        'projectmanageradmin' => 'app\modules\projectmanager\admin\Module',
        // ...
    ],
];