PHPackages                             julian-b90/yii2-seomanager - 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. julian-b90/yii2-seomanager

AbandonedArchivedYii2-extension

julian-b90/yii2-seomanager
==========================

Seo Manager for every Site

0.0.6.1(10y ago)64661MITPHP

Since Dec 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Julian-B90/yii2-seomanager)[ Packagist](https://packagist.org/packages/julian-b90/yii2-seomanager)[ RSS](/packages/julian-b90-yii2-seomanager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

This repo is archived
=====================

[](#this-repo-is-archived)

Seo Manager
===========

[](#seo-manager)

Seo Manager for every Site

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist julian-b90/yii2-seomanager "*"

```

or add

```
"julian-b90/yii2-seomanager": "*"

```

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

\###Migration

Run the following command in Terminal for database migration:

Linux/Unix:

```
yii migrate/up --migrationPath=@vendor/julian-b90/yii2-seomanager/migrations

```

Windows:

```
yii.bat migrate/up --migrationPath=@vendor/julian-b90/yii2-seomanager/migrations

```

Usage
-----

[](#usage)

Overrite Controller

```
use julianb90\seomanager\component\Controller;

class SiteController extends Controller
{

}
```

Ad to modules

```
    'modules' => [
        'seomanager' => [
            'class' => 'julianb90\seomanager\Module',
        ],
    ]
```

for example

### content

[](#content)

To get content to every page you can use in the seomanger the content field. To print out the content you must you this in your view.

```
