2017 © Pedro Peláez
 

yii2-extension yii2-seo-page

Yii2 module providing several seo-optimised database driven page abstraction

image

humanized/yii2-seo-page

Yii2 module providing several seo-optimised database driven page abstraction

  • Friday, December 9, 2016
  • by jeffrey.geyssens
  • Repository
  • 2 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2 SEO Page

A module providing some strategies for managing SEO-minded webpages using database storage, (*1)

Installation

Install Using Composer

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

$ php composer.phar require humanized/yii2-seopage "*"

or add, (*4)

"humanized/yii2-seopage": "*"

to the require section of your composer.json file., (*5)

Run Migrations

$ php yii migrate/up --migrationPath=@vendor/humanized/yii2-seo-page/migrations

Edit Configuration File

Add following lines to the configuration file:, (*6)

'modules' => [
    'page' => [
        'class' => 'humanized\seopage\Module',
    ],
],

Adding these lines allows access to the various interfaces provided by the module. Here, the chosen module-name is seopage, as such the various routes will be available at page/controller-id/action-id, though any module-name can be chosen., (*7)

The Versions

09/12 2016

dev-master

9999999-dev

Yii2 module providing several seo-optimised database driven page abstraction

  Sources   Download

GPL-3.0

The Requires

 

by Jeffrey Geyssens

user yii2 admin seo gui