Skip to content

Instantly share code, notes, and snippets.

@msacar
Last active December 29, 2019 22:42
Show Gist options
  • Save msacar/aa4fd919d515f0439fdbd115519b47e1 to your computer and use it in GitHub Desktop.
Save msacar/aa4fd919d515f0439fdbd115519b47e1 to your computer and use it in GitHub Desktop.
notification.php
<?php
$user = \App\User::first();
$user->notify(new \App\Notifications\SubscriptionStarted());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment