grantham/module-recentcategory

在所有页面显示最近分类块

安装: 1

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

dev-main 2024-04-12 13:11 UTC

This package is auto-updated.

Last update: 2024-09-12 14:13:54 UTC


README

``grantham/module-recentcategory``

主要功能

  • 在magento的所有页面显示最近分类块
  • 提供系统配置以提供默认分类ID
  • 限制最多显示3个分类及其子分类
  • 如果访问更多分类则替换现有分类

安装

* = 在生产中请使用--keep-generated选项

类型1:ZIP文件

  • 将ZIP文件解压到app/code/Grantham
  • 通过运行php bin/magento module:enable Grantham_RecentCategory启用模块
  • 通过运行php bin/magento setup:upgrade应用数据库更新*
  • 通过运行php bin/magento cache:flush刷新缓存

类型2:Composer

  • 将模块在composer存储库中可用,例如
    • 私有存储库 repo.magento.com
    • 公共存储库 packagist.org
    • 公共github存储库作为vcs
  • 通过运行composer config repositories.repo.magento.com composer https://repo.magento.com/将composer存储库添加到配置中
  • 通过运行composer require grantham/module-recentcategory安装模块composer
  • 通过运行php bin/magento module:enable Grantham_RecentCategory启用模块
  • 通过运行php bin/magento setup:upgrade应用数据库更新*
  • 通过运行php bin/magento cache:flush刷新缓存