Skip to content

Instantly share code, notes, and snippets.

@jaouadballat
Created December 1, 2018 13:20
Show Gist options
  • Save jaouadballat/94384e359917e788aa0a0af8acaa3afc to your computer and use it in GitHub Desktop.
Save jaouadballat/94384e359917e788aa0a0af8acaa3afc to your computer and use it in GitHub Desktop.
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