LARAVEL 11 Crash Course for Beginners 2024 | #28 Email Verification (Web Developer Path)

preview_player
Показать описание


🙏 Thank you for watching my video please don't forget to LIKE and SUBSCRIBE.

#laravel #laravel11 #laravelcourse #laravel_tutorial #laravel10 #php #fullstack #learnwebdevelopment #webdevelopment #phpcourse #fullstackwebdevelopment #learnwebdevelopment
Рекомендации по теме
Комментарии
Автор

Please note:
1. I changed the names of the email verification handlers to represent the action better, both in the routes file and in "AuthController".
2. I added a session message to the "verify-email.blade.php" view, so when the users click on "send again" button then return to the same page, they would see that flash message.
All of these changes are available in the source code. Thank you all for your support 😊

LearnWithJonVadar
Автор

Great video! I'm working on an authentication system with multi-guard in Laravel, but I'm having trouble renaming the route for email verification. Since Laravel has fixed route names for this, it's been challenging to figure out how to validate emails for different user types. Any advice?

alexmason
Автор

Any idea why i dont see the email_verified_at when i click on the email confirmation?

nathanferreira