Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created May 29, 2018 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uno-de-piera/4207b81c66074dce57a7fcfb84e97290 to your computer and use it in GitHub Desktop.
Save uno-de-piera/4207b81c66074dce57a7fcfb84e97290 to your computer and use it in GitHub Desktop.
<?php
Route::get('notify', function () {
(new User)->forceFill([
'name' => request('name'),
'email' => request('email'),
])->notify(new \App\Notifications\NewNotification());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment