lispa / amos-seo
Amos SEO
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:component
Requires
- php: >=5.4.0
- open20/amos-core: >=1.9
- simialbi/yii2-schema-org: *
This package is auto-updated.
Last update: 2024-10-23 14:54:40 UTC
README
Plugin description
Installation
Add module to your main config in backend:
<?php 'modules' => [ 'seo' => [ 'class' => 'open20\amos\seo\AmosSeo', 'modelsEnabled' => [ /** * Add here the classnames of the models where you want the seo * (i.e. 'open20\amos\events\models\Event') */ ], ], ],
Migrations Add this line in your migrations path (console configuration)
'@vendor/open20/amos-seo/src/migrations',