You've already forked laravel-mail
Readme
This commit is contained in:
@@ -9,8 +9,7 @@ First in your composer.json, add:
|
|||||||
```
|
```
|
||||||
"require": {
|
"require": {
|
||||||
"bluescale/laravel-bmail": "dev-master"
|
"bluescale/laravel-bmail": "dev-master"
|
||||||
}
|
},
|
||||||
|
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
@@ -85,7 +84,6 @@ public function toTemplate($notifiable)
|
|||||||
|
|
||||||
The $notifiable is automaticaly added as recipient.
|
The $notifiable is automaticaly added as recipient.
|
||||||
|
|
||||||
|
|
||||||
In your controller, you can now send your template:
|
In your controller, you can now send your template:
|
||||||
|
|
||||||
```php
|
```php
|
||||||
|
|||||||
Reference in New Issue
Block a user