Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.25 KB

File metadata and controls

54 lines (36 loc) · 1.25 KB

yii2-components

Supporting utility Module from idfly.

Set

  1. To the project file composer.json add to the require section:

    "idfly/yii2-components": "dev-master"

  2. To the repositories section:

    { "type": "git", "url": "git@bitbucket.org:idfly/yii2-components.git" }

  3. Run composer update

  4. Add this module to the project's configuration list:

    $config['modules']['idfly'] = ['class' => 'idfly\Module'];

Controllers

Authorization

Helpers

Javascript

Assets