Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel notification render

Route::get('mail-preview', function () {
    return (new MyNotification())->toMail($some_user);
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #laravel #notification #render
ADD COMMENT
Topic
Name
3+4 =