leeroy/craftcms-email-test 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

leeroy/craftcms-email-test

Composer 安装命令:

composer require leeroy/craftcms-email-test

包简介

Plugin to add test email sending and email templates

README 文档

README

A module to test the templates of emails

Requirements

This module requires Craft CMS 3.0.0-RC1 or later.

Installation

To install the module, follow these instructions.

First, you'll need to add the contents of the app.php file to your config/app.php (or just copy it there if it does not exist). This ensures that your module will get loaded for each request. The file might look something like this:

return [
    'modules' => [
        'leeroy-email-test' => [
            'class' => leeroy\leeroyemailtest\LeeroyEmailTest::class,
            'components' => [
                'leeroyEmailTestService' => [
                    'class' => 'leeroy\leeroyemailtest\services\LeeroyEmailTestService',
                ],
            ],
        ],
    ],
    'bootstrap' => ['leeroy-email-test'],
];

You'll also need to make sure that you add the following to your project's composer.json file so that Composer can find your module:

"autoload": {
    "psr-4": {
      "leeroy\leeroyemailtest\\": "src/"
    }
},

After you have added this, you will need to do:

composer dump-autoload

…from the project’s root directory, to rebuild the Composer autoload map. This will happen automatically any time you do a composer install or composer update as well.

Leeroy Email Test Overview

-Insert text here-

Using Leeroy Email Test

-Insert text here-

Leeroy Email Test Roadmap

Some things to do, and ideas for potential features:

  • Release it

Brought to you by Antoine Chouinard

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-06-21