Laravel Breeze: Login with Email, Name or Phone

preview_player
Показать описание
Today I'm answering a question from one of you in the comments, on how to customize the Laravel Breeze login process to add more conditions.

- - - - -
Support the channel by checking out our products:
Рекомендации по теме
Комментарии
Автор

The most perfect tutorial about this topic in the whole internet, thank you very much!

AmmarTaicho
Автор

This is really, really awesome, THANK YOU VERY MUCH!!

Автор

Thank you! This is very very very helpful.

manujgogoi
Автор

I appreciate your videos. Really helped me a lot.
-New subscriber

yamato
Автор

Thanks so much for the video how about submiting username for password reset

akinkunmiajiboye
Автор

Thank you for this, I only just subscribed to the quickadmin panel, an awesome tool to kick off a Laravel project. Is there any detailed documentation of the inner workings of modules? Thanks.

JediJide
Автор

Hi!
Thanks for this video.
I know your favorit topic is Laravel, but it would be interesting to see a professional implementation of Vue SPA with Laravel auth + Sparie rules package. Thanks maybe on Teachable as well.

GergelyCsermely
Автор

Hi. Why not to use jetstream actions? it's installed out of box

SalomDunyoIT
Автор

Hi Povilas,

It might be a good topic to talk about CSP and how it works with the spatie plugin for laravel. Things like nonce and hashes, so much to talk about :)

Michielofzo
Автор

Thanks for the video, what if we just changed the 'email', in the only() method to be, $user->email, the user we selected!

MJacksi
Автор

Suggestion: 
Video about Laravel blade components :)

Heatedpillow
Автор

And other question can you make multiple auth with Laravel breeze base on roles not base on guard. Thanks 🙏🙏🙏 in advanced

learningtutorial
Автор

Sir, really interesting videos you have published, it's a gem mine, I wanted to ask, if we are creating an API, we don't have any application states where we can check if the user, how do we expect to create a middleware in this case so that we can verify that the user who is authenticated is in a specific role? Any help regarding that will be helpful. I am using Laravel Sanctum, but a comparison between passport and sanctum will be really welcome. Thank you very much for your time! :)

abdulrafay
Автор

please help me

SQLSTATE[HY000]: General error: 1364 Field 'contact' doesn't have a default value (SQL: insert into `users`

alexisrichmond
Автор

Sir thank you for the videos, i have been watching and following your video, please i have a question though it's not related to the above video. I used Laravel Breeze auth but am having issues with email verification. Emails do not get verified without the user login into the system. Is there any way you could please give me a heads-up on how to customize the system in such a that it allows email verification and possibly shows the message 'email verified proceed to login'. thanks

muhammadsani
Автор

Sir make video on how to call manually(without dependency injection)request class in another controller based on any condition. Like StoreCategoryRequest inside blog create method. please sir thank you.

hiajayy
Автор

How about login with custom model instead User, for example Customer model?

germanastakhoff
Автор

Shouldn't be "user & password" check in "LoginRequest" instead " || "? Because if someone has the same name, could login as different person or i'm wrong?

pauliusjankauskas
Автор

How about adding a new provider that implements

And updating the auth config file appropriately.

bubunamawu
Автор

make a tutorial write own package - how to make artisan command wich created Repository

Ghost-hzdy