arter/amos-seo

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

Amos SEO

Installs: 589

Dependents: 2

Suggesters: 0

Security: 0

Type:component

1.1.0 2024-03-28 11:42 UTC

This package is auto-updated.

Last update: 2025-03-07 11:59:43 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',