PHP code example of mgrechanik / yii2-seo-categories
1. Go to this page and download the library: Download mgrechanik/yii2-seo-categories library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mgrechanik / yii2-seo-categories example snippets
'modules' => [
'seocategory' => [
'class' => 'mgrechanik\yii2seocategory\Module',
'mode' => 'backend',
// Other module settings
],
// ...
],
php yii migrate --migrationPath=@vendor/mgrechanik/yii2-seo-categories/src/console/migrations
php yii migrate 1 --migrationPath=@vendor/mgrechanik/yii2-seo-categories/src/console/migrations