grudado / module-seosuiteultimate
此包最新版本(2.35.3)没有可用的许可信息。
2.35.3
2021-09-23 18:39 UTC
Requires
- mageworx/module-htmlsitemap: 2.4.2
- mageworx/module-info: >=1.0.0
- mageworx/module-seoall: 2.10.0
- mageworx/module-seobase: 2.13.2
- mageworx/module-seobreadcrumbs: 2.2.1
- mageworx/module-seocategorygrid: 2.1.0
- mageworx/module-seocrosslinks: 2.5.3
- mageworx/module-seoextended: 2.7.0
- mageworx/module-seomarkup: 2.8.2
- mageworx/module-seoredirects: 2.6.4
- mageworx/module-seoreports: 1.1.0
- mageworx/module-seourls: 2.4.2
- mageworx/module-seoxtemplates: 2.13.5
- mageworx/module-xmlsitemap: 3.3.5
This package is not auto-updated.
Last update: 2024-10-01 15:19:35 UTC
README
上传扩展
通过Composer上传
- 以具有写入Magento文件系统权限的用户登录到Magento服务器(或切换到)。
- 在服务器上的任何位置创建一个文件夹(最好不在Magento安装目录中)。完成后,将所有扩展zip包上传到该文件夹中。
- 要将上述创建的文件夹用作打包仓库,请添加运行composer命令
composer config repositories.mageworx artifact {YOUR/ABSOLUTE/PATH/TO/EXTENSIONS/DIRECTORY}
例如
composer config repositories.mageworx artifact /Users/mageworxuser/magento_extensions/mageworx/zip
此命令将以下行添加到您的composer.json文件中
,
"mageworx": {
"type": "artifact",
"url": "/Users/mageworxuser/magento_extensions/mageworx/zip"
}
- 使用Composer安装扩展
composer require mageworx/module-seosuiteultimate
通过复制代码上传
- 以具有写入Magento文件系统权限的用户登录到Magento服务器(或切换到)。
- 从您的客户区域下载“Ready to paste”包,解压缩它并将'app'文件夹上传到您的Magento安装目录。
启用扩展
- 以具有写入Magento文件系统权限的用户登录到Magento服务器(或切换到)。
- 转到您的Magento安装目录
cd <your Magento install dir>
启用模块
以具有写入Magento文件系统权限的用户登录到Magento服务器(或切换到)。转到您的Magento安装目录: cd
启用模块:
php bin/magento module:enable MageWorx_SeoAll MageWorx_SeoBase MageWorx_SeoXTemplates \ MageWorx_SeoCrossLinks MageWorx_XmlSitemap MageWorx_HtmlSitemap MageWorx_SeoRedirects \ MageWorx_SeoMarkup MageWorx_SeoExtended MageWorx_SeoBreadcrumbs MageWorx_SeoUrls \ MageWorx_SeoCategoryGrid
最后,更新数据库
php bin/magento setup:upgrade php bin/magento cache:flush php bin/magento setup:static-content:deploy