yii2-seomanager Seo Manager for every Site

Seo Manager

  1. GIT
  2. Installation
  3. Usage

Seo Manager for every Site.

You can set this Options for every single page.

  • title
  • canonical
  • description
  • keywords

GIT

https://github.com/Julian-B90/yii2-seomanage

feature request

Installation

The preferred way to install this extension is through composer.

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

Ad to modules

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

for example http://localhost.local/seomanager/seomanager/index.html

2 0
3 followers
0 downloads
Yii Version: 2.0
License: MIT
Category: Web Service
Developed by: Julian-B90
Created on: Dec 14, 2015
Last updated: 8 years ago

Related Extensions