kiavin/mailer
Composer 安装命令:
composer require kiavin/mailer
包简介
package derived from a mailing module using symphony mailer
README 文档
README
This guide outlines the steps to integrate the Mailer module into your project.
Step 1: Remove the Mailing Module
Ensure the removal of the existing mailing module from your project.
Step 2: Installation
You can install the Mailer module via Composer by adding the following line to your project's composer.json file:
php "require": { "kiavin/mailer": "dev-main" }
Then, run composer update to install the package.
Step 3: Import Module in Controller
In your controller where you intend to use the mailer functionality, add the following line to import the contactForm class:
**use kiarie\mailer\contactForm;**
Step 4: Configuration
Ensure that your mailer component in the web.php configuration file is correctly configured to work with the Mailer module.
Verification
After completing the above steps, your mailer module should be successfully integrated and ready to use.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-02-12