- Stock: In Stock
- Enable login with both email and phone number in Laravel Breeze. Learn unique phone validation (11 digits, starts with 01) and add secure custom authentication for real projects.
Laravel Breeze Login with Email or Phone | Validate Phone Number | Unique & 11 Digit
In this advanced Laravel Breeze authentication tutorial by SoftwareBhai Tech, you’ll learn how to extend the default authentication system to allow users to log in using either their email or phone number — a common requirement in modern applications.
This guide also covers Bangladeshi-style phone validation ensuring the number is unique, 11 digits long, and starts with “01”.
What You’ll Learn in This Video:
✔️ How to validate phone numbers (must be unique, 11 digits, starts with 01)
✔️ Add a phone number field to Laravel Breeze register form
✔️ Apply custom Laravel validation rules for Bangladeshi numbers
✔️ Login using either phone number or email
✔️ Customize Breeze’s authentication logic
✔️ Build a secure, real-world Laravel login system
Tools & Frameworks Used:
-
Laravel 10 / 8
-
Laravel Breeze
-
PHP 8+
-
Tailwind CSS
-
MySQL
Perfect For:
-
Laravel developers customizing authentication
-
Developers targeting Bangladeshi users
-
Anyone learning advanced Laravel auth techniques