Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

send email to no register user in laravel


use IlluminateSupportFacadesNotification ;



Notification::route('mail', 'info@aspexcollege.com.au')
  ->notify(new Book());
 
PREVIOUS NEXT
Tagged: #send #email #register #user #laravel
ADD COMMENT
Topic
Name
6+6 =