Download the PHP package leizhishang/sendcloud without Composer
On this page you can find all versions of the php package leizhishang/sendcloud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sendcloud
Laravel-SendCloud
供 Laravel 5.X以上 使用的 SendCloud 驱动,发送方式完全兼容官方用法,可随时修改配置文件改为其他驱动,而不需要改动业务代码
Laravel 5.5
以下版本请使用1.1.3
版本,并手动添加 ServiceProvier 到config/app.php
安装
配置
在 .env
中配置你的密钥, 并修改邮件驱动为 sendcloud
使用
普通方式发送:
用法完全和系统自带的一样, 具体请参照官方文档: http://laravel.com/docs/5.1/mail
模板方式发送
用法和普通发送类似,不过需要将 body
设置为 SendCloudTemplate
对象
注意:使用模板发送不与其他邮件驱动兼容
All versions of sendcloud with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
illuminate/support Version ^5.5|^6.0|^7.0|^8.0
guzzlehttp/guzzle Version ^5.5|^6.0|^7.0|^8.0
illuminate/mail Version ^5.5|^6.0|^7.0|^8.0
illuminate/support Version ^5.5|^6.0|^7.0|^8.0
guzzlehttp/guzzle Version ^5.5|^6.0|^7.0|^8.0
illuminate/mail Version ^5.5|^6.0|^7.0|^8.0
The package leizhishang/sendcloud contains the following files
Loading the files please wait ....