johnnymcweed / luya-module-project
This package is abandoned and no longer maintained.
No replacement package was suggested.
Package info
github.com/JohnnyMcWeed/luya-module-project
Type:project
pkg:composer/johnnymcweed/luya-module-project
dev-master
2018-04-25 19:57 UTC
Requires
- johnnymcweed/luya-module-company: dev-master
- luyadev/luya-core: ~1.0.0
This package is not auto-updated.
Last update: 2025-09-14 10:45:42 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', // ... ], ];