Skip to content

Instantly share code, notes, and snippets.

View kel's full-sized avatar
🚩
My red flag is that I don't code enough

Kelly Karnetsky kel

🚩
My red flag is that I don't code enough
  • Colorado Springs, CO
View GitHub Profile
@kel
kel / readme.md
Created June 26, 2017 20:06 — forked from nasrulhazim/readme.md
Using Middleware to Check Account Activation and Resend Activation E-mail
@kel
kel / readme.md
Created June 26, 2017 20:06 — forked from nasrulhazim/readme.md
Enable Account Activation in Order to Login to the System.
@kel
kel / readme.md
Created June 26, 2017 20:06 — forked from nasrulhazim/readme.md
Send Welcome Email Notification with Event and Listener

Send Welcome Email Notification with Event and Listener

Step 1

Create SendWelcomeEmailNotification notification

php artisan make:notification SendWelcomeEmailNotification