Laravel 5.4 Authentication | Changes in Register Controller #5 | Bitfumes

Laravel 5.4 Authentication | Changes in Register Controller #5 | Bitfumes

Bitfumes

7 лет назад

23,888 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@marvelindia9975
@marvelindia9975 - 21.11.2023 14:30

Bro bohot sahi videos hai yarr aapke ek ek details cover karte ho

Man kar raha hai 10 20 hazar donate kardu but me gareeb hu 🥲🥲

Ответить
@madie2659
@madie2659 - 11.01.2022 17:02

Wish i had found you earlier.. Best explanations, can't thank you enough.

Ответить
@mehulmundhava2693
@mehulmundhava2693 - 09.10.2021 07:11

Ankur you are doing very good job, pls continue to help people like us with same way of video tutorials

Ответить
@Nguyenhung-ch6ot
@Nguyenhung-ch6ot - 11.12.2020 11:07

I have question .when register successfully,
what is model will return for controller ?
what is database will return model ?
Thank you.

Ответить
@yousseramcf2539
@yousseramcf2539 - 25.08.2020 20:31

can someone show me what to install in my editor in order to get the links to those links like Validator ...

Ответить
@abubakkartahir9971
@abubakkartahir9971 - 15.06.2020 20:12

hello sir how to set if user login with email or username I want to keep both options if you user want to give email or username and then the password for login hope you get the idea what i want to say

Ответить
@kwamekusibonsu
@kwamekusibonsu - 15.09.2019 21:31

this was very helpful

Ответить
@akifsiddiqui8606
@akifsiddiqui8606 - 03.09.2019 15:17

It's a very good tutorial about Laravel Auth

Ответить
@SaifulIslam-dn3tj
@SaifulIslam-dn3tj - 31.08.2019 17:29

Many many thanks, Sir. You was describe everything very clearly... Tanks a lot....Sir.

Ответить
@ashrafulfuad2967
@ashrafulfuad2967 - 13.04.2019 21:45

Thank you so much this tutorila is really so much helpful

Ответить
@ttahervoice6154
@ttahervoice6154 - 12.03.2019 03:29

Thank you very much for this very very useful video.

Ответить
@rahulshimpi8914
@rahulshimpi8914 - 06.03.2019 08:54

Great video series. Thank you so much sir. Please make video for laravel 5.8 mini project.

Ответить
@skcomputer1592
@skcomputer1592 - 21.12.2018 17:46

how to pass dafault field ??

Ответить
@bittusaraluke3429
@bittusaraluke3429 - 14.12.2018 06:03

Hi , Thank you for this video. I have one doubt. I have a user table(base table) where i store the user informations like name age etc when registering the user id is strored in the "logindetails" table there stored the authentication field like username and password. Registration happening fine. But problem comes in login part. base table donot have the authentication fields. Can you please help me to resolve this issue?

Ответить
@sumaimahmed583
@sumaimahmed583 - 10.12.2018 18:59

bro i am facing some issue in smtp for send email..how i cant get help from you.u are not available in fb messenger..kindly make a strong group where we can get help or queries issues.thankls

Ответить
@satyaprakashnishad2040
@satyaprakashnishad2040 - 30.09.2018 07:30

How to use email verification service api in user registration laravel auth?

Ответить
@louie8368
@louie8368 - 19.09.2018 07:20

Hi. I have some problem in registration, Whenever I successfully registered a new account, it will redirect me to the login page even though I did not change a single line in RegisterUser.php. Is there another function from another file that influenced this mis redirection?

Ответить
@ripon59
@ripon59 - 07.09.2018 13:23

sir how to customize this redirect to login page ? when a user try to access into home directory without login then its redirect to login page.. i wanted to redirect this other page like ... registration page. how can i redirect this ?

Ответить
@priyanka13121986
@priyanka13121986 - 23.07.2018 18:07

Thank You Ankur for this series. It's helpful.

I am a new in Laravel. I have a query in my project. Please suggest me to resolve this.

I have a role table and their controller model and View. I have created their relationship with users also. I want to increase a field in registration page for Role as dropdown which values comes from role table. How I can I achieve this? Please suggest.

Ответить
@theknowncouplefromindia
@theknowncouplefromindia - 20.07.2018 07:39

Oh Man you just saved me today!! superb thanx a lot. every word counts of this video

Ответить
@angelmora4126
@angelmora4126 - 02.07.2018 23:36

thanks for you video, I have a quiestion, How can I change the table name? or where shoud I do that?

Ответить
@arunmg3694
@arunmg3694 - 05.04.2018 21:31

how to give another table name other than users to store registration details.

Ответить
@palanisamyrengasamy2545
@palanisamyrengasamy2545 - 13.03.2018 01:07

Thank you for uploading good Laravel series. I found your video tutorials are easy to follow. Definitely this series will help many people. I appreciate your time and efforts.

Ответить
@kushalsaini8095
@kushalsaini8095 - 22.02.2018 09:36

Sir can you give me the path.. Where is.. That..



Auth::user()->name... Function

Ответить
@pedrodias1606
@pedrodias1606 - 22.02.2018 09:04

Hi Sir, can you give me a help?

I need to do diferent form registration for 2 types of user (student and teacher), and they will have differents homes. How do you recommend me to do?

+ both types of users will interact with each other and create data

Ответить
@muntadher9893
@muntadher9893 - 01.02.2018 13:26

Thank you for this tutorial

Ответить
@jcjohn3502
@jcjohn3502 - 31.01.2018 10:10

hi sarthak, i disable the $this->guard()->login($user); but it gives me error
$guard = array_get($exception->guard(),0);
switch ($guard) {
case 'admin':
return redirect()->guest(route('admin.login'));
break;

default:
return redirect()->guest(route('login'));
break;
}

Ответить
@bainapallisankar1193
@bainapallisankar1193 - 30.01.2018 13:34

Please do a sample project using authentication .

Ответить
@bynanniaina8623
@bynanniaina8623 - 14.12.2017 11:57

There is a few changes in laravel 5.5 throught i use then , connect with name doesn't work .
But thanks for this video really i appreciate this ;)

Ответить
@narindersahani
@narindersahani - 12.11.2017 20:36

Really I like your every video which is cool for learning, thanks for your support

Ответить
@narindersahani
@narindersahani - 12.11.2017 20:35

Is it any way to update migration (php artisan migrate:refresh) without loosing existing table data. ?
and What is fillable in model

Ответить
@hometown-flavors
@hometown-flavors - 08.11.2017 18:12

1/1) Swift_TransportException
Expected response code 250 but got code "530", with message "530 5.7.0 Must issue a STARTTLS command first. c37sm5357550wrc.92 - gsmtp
"
continuously facing this error while reseting password,,

Ответить
@hometown-flavors
@hometown-flavors - 07.11.2017 18:27

Expected response code 250 but got code "530", with message "530 5.7.0 Must issue a STARTTLS command first. x189sm1203710wmf.10 - gsmtp
"
this error occur while reseting password..

Ответить
@angkupvernier
@angkupvernier - 30.10.2017 10:36

This tutorial is OBVIOUSLY great!!

Ответить
@haroldhernandez4043
@haroldhernandez4043 - 29.10.2017 16:14

Hey, thanks for the tutorial. This is the only one out there that takes an in-depth look into auth. "Obviously" ;)

Ответить
@affankagzi6845
@affankagzi6845 - 12.08.2017 13:02

When you migrate and refresh the table, you entire data got deleted, how to prevent it from deleting. And new field should also be added

Ответить
@laphoungnghia9762
@laphoungnghia9762 - 29.07.2017 21:10

Hi, can you add an episode, obviously at the end of the series at it is optional for the project, it will consist to create a middleware to check a session token, so if the same user is logged somewhere one more time (let say from a second browser or device), the new session will have a new token. If user comes back to the original session, on next refresh, the middleware compare the token which is different and will logout the user. Thanks for considering this.

Ответить
@sajidsidhu1185
@sajidsidhu1185 - 22.07.2017 16:56

thank you soooooo much sir. i am very happy to watch your video its very helpful for me. i have no word to say thanks. be bless.

Ответить
@uniqueayo1234
@uniqueayo1234 - 26.06.2017 01:18

Thank you so much for this video.
I have a little challenge, how do I add an image upload to my registration form?

Ответить
@mentalismtrainer
@mentalismtrainer - 13.05.2017 20:03

sir what is mass assignment?please explain....

Ответить
@mohammadalmamun3575
@mohammadalmamun3575 - 09.05.2017 07:59

i have faced a problem. when i have been registering as a admin i have found my remember token is empty but as a user i have found my remember token is full. how can i get remember token when i am an admin ????

Ответить
@jonathandoydora3824
@jonathandoydora3824 - 18.04.2017 17:42

Thank you for this tutorial. I am following this now for my project. :)

Ответить
@ravivishwakarma9832
@ravivishwakarma9832 - 26.03.2017 05:52

name('register'); , name('login'); I am not understanding use of it

Ответить
@arunsaw4387
@arunsaw4387 - 17.03.2017 10:09

Hi sir, i am getting error when making registering user. And error is

SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES) (SQL: select count(*) as aggregate from `users` where `email` = [email protected])

so pls guide me.

Ответить
@mls.elegant
@mls.elegant - 05.03.2017 15:30

using migration command, i dont want to flush the existing data from the table how?

Ответить