class AnonymousNotifiable (View source)
array | $routes | All of the notification routing information. |
$this | route(string $channel, mixed $route) Add routing information to the target. | |
void | notify(mixed $notification) Send the given notification. | |
void | notifyNow(mixed $notification) Send the given notification immediately. | |
mixed | routeNotificationFor(string $driver) Get the notification routing information for the given driver. | |
mixed | getKey() Get the value of the notifiable's primary key. |
Add routing information to the target.
Send the given notification.
Send the given notification immediately.
Get the notification routing information for the given driver.
Get the value of the notifiable's primary key.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Notifications/AnonymousNotifiable.html