PHPackages                             it-yakutia/yii2-collective - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. it-yakutia/yii2-collective

ActiveYii2-extension[Framework](/categories/framework)

it-yakutia/yii2-collective
==========================

Collective for yii2

v1.0.3(3y ago)072MITPHP

Since Aug 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/IT-Yakutia/yii2-collective)[ Packagist](https://packagist.org/packages/it-yakutia/yii2-collective)[ RSS](/packages/it-yakutia-yii2-collective/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (13)Used By (0)

Collective service for yii2
===========================

[](#collective-service-for-yii2)

Collective server for yii2

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist it-yakutia/yii2-collective "*"
```

or add

```
"it-yakutia/yii2-collective": "*"
```

to the require section of your `composer.json` file.

Add migration path in your console config file:

```
'controllerMap' => [
    ...
    'migration' => [
        ...
        'migrationPath' => [
            ...
            '@vendor/it-yakutia/collective/src/migrations',
            ...
        ],
    ]
]
```

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
