arter/amos-seo

There is no license information available for the latest version (1.1.0) of this package.

Amos SEO

Maintainers

👁 art-er

Package info

repo.aster.it/elitedivision/amos-seo

Homepage

Type:component

pkg:composer/arter/amos-seo

Statistics

Installs: 601

Dependents: 2

Suggesters: 0

1.1.0 2024-03-28 11:42 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License fa9bf86cad9911add86f895ce2c525b91b1d6580

seoamos

This package is auto-updated.

Last update: 2026-06-07 14:51:40 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',