PHP code example of julian-b90 / yii2-seomanager
1. Go to this page and download the library: Download julian-b90/yii2-seomanager 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/ */
julian-b90 / yii2-seomanager example snippets
use julianb90\seomanager\component\Controller;
class SiteController extends Controller
{
}
'modules' => [
'seomanager' => [
'class' => 'julianb90\seomanager\Module',
],
]
/** @var Module $module */
$module = Yii::$app->getModule('seomanager');
$conten = $module->getContent();
if ($conten !== null):
php composer.phar