shopgo / amazon-ses

一个将 Magento 2 与 Amazon SES 集成的模块

安装: 4

依赖项: 0

建议者: 0

安全: 0

星星: 4

关注者: 3

分支: 2

开放问题: 1

类型:magento2-module

dev-master 2016-06-01 13:47 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:58:45 UTC


README

内容

摘要

一个将 Magento 2 与 Amazon SES 集成的模块。

概览

Amazon SES 模块提供了对 AWS SDK SES 函数的访问,以便其他模块也能从中受益。

安装

以下提供了两种安装 Amazon SES 模块的方法。

1. 通过 Composer 安装(推荐)

首先,请确保已安装 Composer: https://composer.php.ac.cn/doc/00-intro.md

确保 Packagist 仓库未禁用。

运行 Composer require 安装模块

php <your Composer install dir>/composer.phar require shopgo/amazon-ses:*

2. 克隆 Amazon SES 仓库

使用 HTTPS 或 SSH 协议克隆 amazon-ses 仓库。

2.1. 复制代码

创建一个用于 Amazon SES 模块的目录,并将克隆的仓库内容复制到其中

mkdir -p <your Magento install dir>/app/code/ShopGo/AmazonSes
cp -R <amazon-ses clone dir>/* <your Magento install dir>/app/code/ShopGo/AmazonSes

更新 Magento 数据库和模式

如果您将模块添加到现有的 Magento 安装中,请运行以下命令

php <your Magento install dir>/bin/magento setup:upgrade

验证模块是否已安装并启用

输入以下命令

php <your Magento install dir>/bin/magento module:status

以下确认您已正确安装模块,并且它已启用

example
    List of enabled modules:
    ...
    ShopGo_AmazonSes
    ...

测试

待办事项

贡献者

Ammar (ammar@shopgo.me)

许可证

开源许可证