is there any changes for laravel 8? Actually i followed your steps but can't
@CodeBand3 жыл бұрын
I'm not quite sure about it, you have to actually research on that😊
@VictorVillamizarc4 жыл бұрын
If I want to use phone_number instead username, Should I use this public function? phone_number() {return ''phone_number} ?
@CodeBand4 жыл бұрын
Wherever I mentioned username, just replace with phone_number.
@hos70122 жыл бұрын
very good
@CodeBand2 жыл бұрын
Thanks
@aymanesadki17162 жыл бұрын
i have a question how i can save the password decrypt form in data base ? because in data base its look like that : $2y$10$jpft6LoxOW/B07bC41blXeAguxrjkC5g4rk.a8.QF8VZwuTMSDN7S ,but i want it to look like that : admin2021 , i already remove the hach method and make it like that 'password' => $data['password'], in the registercontroller but when i try to login he give me this error : hese credentials do not match our records.
@CodeBand2 жыл бұрын
It's not at all recommended to save raw passwords into DB.
@aymanesadki17162 жыл бұрын
@@CodeBand ok bro thanks , i have anather question when the user login he will go to page where he should complete a formulaire how i can do that ? i already create new table in the database for this formulaire and i put the controller for this page in the auth file should i create a model for this page like user.php what should i do ? sorry if this is long
@CodeBand2 жыл бұрын
Sorry for the late reply... Have u solved?
@aymanesadki17162 жыл бұрын
@@CodeBandit's ok , yeah I solved but I have another problem could u help me
@farhananwar47423 жыл бұрын
Hi, I want to change my android app login from email to mobile. I am also using Laravel API. I have done everything what you have done in this tutorial but same answer when I login to android app (The user credentials are incorrect). Kindly help me.
@CodeBand3 жыл бұрын
If you've done the steps correctly, it should've worked perfectly fine...😊
@ZaferAst3 жыл бұрын
Thanks 👍
@CodeBand3 жыл бұрын
Welcome 👍
@AnuragSinhaVlogs4 жыл бұрын
🔥🔥
@CodeBand4 жыл бұрын
Thanks brother and keep supporting... :)
@ivena4 жыл бұрын
Can you explain how to use twilio with for verification code
@CodeBand4 жыл бұрын
www.twilio.com/docs/verify/quickstarts/php-laravel Check this one out...
@richarduraih38263 жыл бұрын
how can someone log in with either the username or email
@CodeBand3 жыл бұрын
You can tweak the logic as you wish... Here's an article that might help you in this case : www.codecheef.org/article/laravel-auth-login-with-email-or-username-in-one-field
@mfsdrawings86004 жыл бұрын
Good 🤩
@CodeBand4 жыл бұрын
Thank you brother...keep supporting... :)
@mahmudsulemansheikhwunnam35804 жыл бұрын
perfect!!!!!!!!!!!!!!!!!!!!!!!!!
@CodeBand4 жыл бұрын
Thanks a lot😊
@howdyfaruk3 жыл бұрын
Great, But How Can I Login And Register For Only One Field(Username)
@CodeBand3 жыл бұрын
Actually, in the video, it's all about one field, either username or phone number or whatever it be... and I believe those login and reg. will also takes effect.