dev-master
9999999-dev
MIT
The Requires
by Alex Schmid
php yii2 module yii project luya luya-module
File has been created with module/create
command., (*1)
In order to add the modules to your project go into the modules section of your config:, (*2)
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', // ... ], ];
MIT
php yii2 module yii project luya luya-module