mabu/shopfinder

Magento 2 的 Shopfinder 模块

安装: 3

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 0

分支: 0

公开问题: 0

类型:magento2-module

dev-master 2016-12-06 11:59 UTC

This package is not auto-updated.

Last update: 2024-09-23 14:44:21 UTC


README

#shopfinder

测试案例:Shipfinder 模块

从仓库下载 moduel 文件

选项 1:通过 composer 导入 shopfinder 模块

按照注释从仓库导入模块

$ composer require "mabu/shopfinder":"dev-master" (从 Magento 根目录运行注释)

选项 2:通过直接仓库导入 shopfinder 模块

仓库链接: https://github.com/magento2abu/rollasrc

从仓库下载文件并将其放入 app/code/mabu/shopfinder

下载文件后,使用 Magento 2 命令安装模块。

(从 Magento 根目录运行命令)

$ php bin/magento module:enable Mabu_shopfinder

$ php bin/magento setup:upgrade

安装完成。