arter / amos-seo
There is no license information available for the latest version (1.1.0) of this package.
Amos SEO
1.1.0
2024-03-28 11:42 UTC
Requires
- php: >=5.4.0
- arter/amos-core: >=1.9
- simialbi/yii2-schema-org: *
This package is auto-updated.
Last update: 2025-03-07 11:59:43 UTC
README
Plugin description
Installation
Add module to your main config in backend:
<?php
'modules' => [
'seo' => [
'class' => 'arter\amos\seo\AmosSeo',
'modelsEnabled' => [
/**
* Add here the classnames of the models where you want the seo
* (i.e. 'arter\amos\events\models\Event')
*/
],
],
],
Migrations Add this line in your migrations path (console configuration)
'@vendor/arter/amos-seo/src/migrations',