72: Verify Email
In this lesson, you will work through Verify Email as part of How to build a CMS with Filament 3 and Laravel 11 (package-development focused).
Caption excerpt: In this video, we're going to be looking at how we can customize the email verification for application. So if you take a look at the "loud documentation" that's a "customization" section, we can essentially just copy and paste this here. But basically, we can go in here and say "import notification". What it will go ahead and do is it will have a notifiable object which will be the user and we have the "url". And we can then essentially go ahead and customize what we wanted to say in here. We could also go ahead a...