dev-master
9999999-devYii2 module providing several seo-optimised database driven page abstraction
GPL-3.0
The Requires
by Jeffrey Geyssens
user yii2 admin seo gui
Yii2 module providing several seo-optimised database driven page abstraction
A module providing some strategies for managing SEO-minded webpages using database storage, (*1)
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)
$ php yii migrate/up --migrationPath=@vendor/humanized/yii2-seo-page/migrations
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)
Yii2 module providing several seo-optimised database driven page abstraction
GPL-3.0
user yii2 admin seo gui