Laravel Mail Notifications Demo
This is a simple project I produced to demonstrate how to streamline putting unsubscribe links into your Laravel Notifications.
You can read about it in my article How to streamline adding that unsubscribe link to your mail notifications in Laravel.
Running it
To run it simply migrate a database. Afterwards
try registering by running the application with
running php artisan serve