Skip to content

JohnnyMcWeed/luya-module-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Projectmanager Module

File has been created with module/create command.

Installation

In order to add the modules to your project go into the modules section of your config:

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',
        // ...
    ],
];

About

WIP! Do not use yet!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages