open20/amos-seo

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

Amos SEO

1.1.1 2023-05-23 11:36 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',