lispa/amos-seo

此软件包最新版本(1.1.1)没有可用的许可证信息。

Amos SEO

1.1.1 2023-05-23 11:36 UTC

README

插件描述

安装

将模块添加到后端的主配置文件中

<?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')
             */
        ],
    ],
],

迁移 在您的迁移路径中添加此行(控制台配置)

'@vendor/open20/amos-seo/src/migrations',