lispa / amos-seo
此软件包最新版本(1.1.1)没有可用的许可证信息。
Amos SEO
1.1.1
2023-05-23 11:36 UTC
Requires
- php: >=5.4.0
- open20/amos-core: >=1.9
- simialbi/yii2-schema-org: *
This package is auto-updated.
Last update: 2024-09-23 14:39:06 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',