Build Laravel 5.7 Email Authentication with Mailgun and Digital Ocean
Build session authentication with email verification into a default Laravel 5.7 app

The newly released Laravel version 5.7 adds a new capability to verify user’s emails. If you’ve ever ran php artisan make:auth
within a Laravel app you’ll know the feeling of pleasure and excitement when you…