PHPackages                             zrk4939/seo-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. zrk4939/seo-module

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

zrk4939/seo-module
==================

Seo Module

1.1.10(3y ago)0107UnlicensePHPPHP &gt;=7.0

Since Aug 27Pushed 3y agoCompare

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

READMEChangelog (10)Dependencies (1)Versions (24)Used By (0)

Config
------

[](#config)

```
...
'bootstrap' => ['seo'],
...
'modules' => [
    ...
    'seo' => [
        'class' => 'zrk4939\modules\seo\SeoModule',
    ],
    ...
],
```

Migrations
----------

[](#migrations)

```
php yii migrate --migrationPath=@vendor/zrk4939/seo-module/migrations --interactive=0

```

Layout
------

[](#layout)

```
