Created
December 1, 2018 13:20
-
-
Save jaouadballat/94384e359917e788aa0a0af8acaa3afc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Route::get('preview-emails', function () { | |
$message = (new \App\Notifications\Order\NewOrderNotification(\App\Order::first()))->toMail('[email protected]'); | |
return $message->render(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment