johnnymcweed / luya-module-project
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- johnnymcweed/luya-module-company: dev-master
- luyadev/luya-core: ~1.0.0
This package is not auto-updated.
Last update: 2025-03-02 07:48:12 UTC
README
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', // ... ], ];