An open API service indexing awesome lists of open source software.

https://github.com/zrk4939/seo-module


https://github.com/zrk4939/seo-module

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Config
---------------
```php
...
'bootstrap' => ['seo'],
...
'modules' => [
...
'seo' => [
'class' => 'zrk4939\modules\seo\SeoModule',
],
...
],
```

Migrations
----------------
```
php yii migrate --migrationPath=@vendor/zrk4939/seo-module/migrations --interactive=0
```

Layout
---------------
```html




= Html::csrfMetaTags() ?>

= \zrk4939\modules\seo\widgets\MetaWidget::widget() ?>

= Html::encode($this->title) ?>
head() ?>

```