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