2017 © Pedro Peláez
 

project luya-module-project

image

johnnymcweed/luya-module-project

  • Wednesday, April 25, 2018
  • by johnnymcweed
  • Repository
  • 0 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 33 % Grown

The README.md

Projectmanager Module

File has been created with module/create command., (*1)

Installation

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

The Versions

25/04 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Alex Schmid

php yii2 module yii project luya luya-module