mabu / shopfinder
Magento 2 的 Shopfinder 模块
dev-master
2016-12-06 11:59 UTC
Requires
- php: ~5.6.5|7.0.2|7.0.4|~7.0.6
- magento/framework: 100.1.*
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
安装完成。