beargroup/amazon-alexa-magento-2-module
Composer 安装命令:
composer require beargroup/amazon-alexa-magento-2-module
包简介
Amazon Alexa integration
README 文档
README
The Amazon_Alexa module provides Alexa Delivery Notifications for tracking numbers added to orders.
Installation
Install via composer (recommended):
$ composer require beargroup/amazon-alexa-magento-2-module
$ php bin/magento module:enable Amazon_Alexa
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento cache:clean
Manual install:
$ mkdir -p app/code/Amazon/
$ git clone https://github.com/BearGroup/amazon-alexa-magento-2-module.git app/code/Amazon/Alexa
$ php bin/magento module:enable Amazon_Alexa
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento cache:clean
Dependencies
You can find a list of modules in the require section of the composer.json file located in the
same directory as this README.md file.
Extension Points
Amazon Pay does not provide any specific extension points.
Additional Information
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2019-10-02