Readme
This commit is contained in:
parent
039beded65
commit
98011bf5da
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue