open20 / amos-seo
There is no license information available for the latest version (1.1.2) of this package.
Amos SEO
Package info
github.com/regionelombardia-open20/open2-seo
Type:component
pkg:composer/open20/amos-seo
1.1.2
2026-01-30 17:30 UTC
Requires
- php: >=5.4.0
- open20/amos-core: >=1.9
- simialbi/yii2-schema-org: *
This package is auto-updated.
Last update: 2026-03-01 00:31:46 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',