beryldev/laravel-emaillabs
Composer 安装命令:
composer require beryldev/laravel-emaillabs
包简介
Simple package to integrate Laravel email with EmailLabs
README 文档
README
Simple package to integrate Laravel Email with EmailLabs™
Installation
Require this package with composer:
composer require beryldev/laravel-emaillabs
After updating composer, add the EmailLabsServiceProvider to the providers array in config/app.php
If you use Laravel Debugbar with enabled email collector, make sure you load EmailLabsServiceProvider before Debugbar ServiceProvider.
Laravel 5.x:
Beryldev\EmailLabs\EmailLabsServiceProvider::class,
Copy the package config to your local config with the publish command:
php artisan vendor:publish --provider="Beryldev\EmailLabs\EmailLabsServiceProvider" --tag=config
Configuration
After install add to your .env file requred parameters.
App Key
EL_APP=your_emaillabs_app_key
Secret Key
EL_SECRET=your_emaillabs_secret_key
SMTP account name
EL_SMTP=your_emaillabs_smtp_account_name
Now you can use emaillabs mail driver
MAIL_DRIVER=emaillabs
License
The Laravel EmailLabs Integration is open-sourced software licensed under the MIT license
统计信息
- 总下载量: 373
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-05