You've already forked laravel-mail
Modifying readme
This commit is contained in:
@@ -95,7 +95,7 @@ public function toTemplate($notifiable)
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, send a notification for a user in your controller :
|
Finally, from your controller, send a notification for a user :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
User::find('user_id')->notify(new BMailNotification('template_id'));
|
User::find('user_id')->notify(new BMailNotification('template_id'));
|
||||||
|
|||||||
Reference in New Issue
Block a user