grudado / module-seosuiteultimate

此包最新版本(2.35.3)没有可用的许可信息。

2.35.3 2021-09-23 18:39 UTC

This package is not auto-updated.

Last update: 2024-10-01 15:19:35 UTC


README

上传扩展

通过Composer上传

  1. 以具有写入Magento文件系统权限的用户登录到Magento服务器(或切换到)。
  2. 在服务器上的任何位置创建一个文件夹(最好不在Magento安装目录中)。完成后,将所有扩展zip包上传到该文件夹中。
  3. 要将上述创建的文件夹用作打包仓库,请添加运行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"
    }
  1. 使用Composer安装扩展
    composer require mageworx/module-seosuiteultimate
    

通过复制代码上传

  1. 以具有写入Magento文件系统权限的用户登录到Magento服务器(或切换到)。
  2. 从您的客户区域下载“Ready to paste”包,解压缩它并将'app'文件夹上传到您的Magento安装目录。

启用扩展

  1. 以具有写入Magento文件系统权限的用户登录到Magento服务器(或切换到)。
  2. 转到您的Magento安装目录
    cd <your Magento install dir> 
    

启用模块

以具有写入Magento文件系统权限的用户登录到Magento服务器(或切换到)。转到您的Magento安装目录:

cd

  1. 启用模块:


    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
    
  2. 最后,更新数据库

    php bin/magento setup:upgrade
    php bin/magento cache:flush
    php bin/magento setup:static-content:deploy