Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created May 29, 2018 16:56
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/903c8773dba248e559518d42ad10e6df to your computer and use it in GitHub Desktop.
Save uno-de-piera/903c8773dba248e559518d42ad10e6df to your computer and use it in GitHub Desktop.
<?php
Route::get('notify', function () {
$user = \App\User::find(1);
$user->notify(new \App\Notifications\NewNotification());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment