We can send On Demand Notifications
using the Notification facade using an only email address. This is feature is available since Laravel 5.5 and above.
Notification::route('mail', 'me@arjunphp.com')->notify(new contactFormSubmitted($data));
We can send On Demand Notifications
using the Notification facade using an only email address. This is feature is available since Laravel 5.5 and above.
Notification::route('mail', 'me@arjunphp.com')->notify(new contactFormSubmitted($data));