PHPackages                             valearkot/yii2-module - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. valearkot/yii2-module

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

valearkot/yii2-module
=====================

Test module

3.3(6y ago)051MITPHP

Since Aug 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/valearkot/yii2-module)[ Packagist](https://packagist.org/packages/valearkot/yii2-module)[ RSS](/packages/valearkot-yii2-module/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (6)Used By (0)

Seo module
==========

[](#seo-module)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist valearkot/yii2-module "*"

```

or add

```
"valearkot/yii2-module": "*"

```

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

- Migrate to create the desired table in the database (console):

```
yii migrate --migrationPath=@valearkot/yii2module/migrations --interactive=0

```

- Migrate i18n datebase:

```
./yii migrate --migrationPath='@yii/i18n/migrations'

```

- In config.php :

```
