arter/amos-seo

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

Amos SEO

Installs: 576

Dependents: 2

Suggesters: 0

Security: 0

Type:component

1.0.6 2022-05-04 16:00 UTC

This package is auto-updated.

Last update: 2024-03-28 11:42:35 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',