Laravel Custom Authentication | Registration, Login, Logout Process | Laravel login with session

preview_player
Показать описание
Laravel Custom Authentication | Registration, Login, Logout Process | Laravel login with session | Learning Points

Custom Authentication Steps :
1. Install Laravel Application
2. Setup laravel project
3. Create controller and methods.
4. Create link for login and registration url.
5. Create login and registration page
6. Add bootstrap in it, so that it will loop more professional. Or you can add your own style.
7. Link Login and registration page so that we can go one page to another page.
8. Create Model and migration.
9. Configure migration file for your requirement. Then migrate to generate table.
10. Create registration page
11. Add proper validation inside it
12. Register user into system with secure. Use Hash to secure your password.
13. Create for login page.
14. Validate all the fields like for email and password
15. Add logical validation on it. Like - email should exist in system, or match password with encrypted password.
16. Complete proper login process and open dashboard
17. From dashboard user can see there details
18. Can have logout option.
19. Add middlewire inside your application, so that unauthorized can be restrict.
20. Without login or registration user can't access their dashboard.
21. Once user logged in they can't see login and registration page until logged out.

Please comment your feedback and support me by subscribing to this channel.

Chapters
00:00 Introduction
00:49 Install Laravel Application
01:35 Database Creation
02:03 Setup laravel project
03:31 Create controller and methods.
04:39 Create link for login and registration url.
06:48 Create login and registration page
08:05 Adding bootstrap
13:50 Link Login and registration page.
15:02 Database Connection
15:32 Create Model and migration.
16:14 Configure migration.
17:04 Migration.
17:45 Registration
20:30 Page validation
24:26 Save data to db
26:05 Success/Fail message
28:36 Create encrypted password
30:12 Login process
35:00 Login validation
39:01 Create Dashboard
41:30 Logout functionality
44:50 User details in dashboard
48:40 Middleware to control redirection
52:12 Apply middleware
56:03 Conclusion & Next video topic

#laravel #laravel8 #tutorial #authentication
Рекомендации по теме
Комментарии
Автор

Gone through many tutorials but no one explained this feature in such a good and simple way. Really appreciate.

tejasjoshi
Автор

Lots of thanks sir. I think this is the perfect tutorial I was looking for.

Great explanation! ❤

KHALEDMORSHED
Автор

Thanks very much. finished the tutorial, I think I'm gonna watch a few more tutorials about this subject and see how to use the Auth::check(), Auth::user(), Auth::attempt(), etc. as well.

Your explanations were clear and neat. thanks

alitopedits
Автор

Very informative video . I got what I was looking for .Thank you so much Learning Points

milkabakhuya
Автор

I really appreciate your effort .Every one using modules and packages that leads to many problem and i am unable to learn anything but your simple way of teaching help me to learn.
Thank you very much.❤❤❤

MrJoy-ddts
Автор

Seriously, i was searching for such a tutorial for days and good for nothing once have good so many views. Thank you so much

jayakrishnanbalakrishnan
Автор

Clear and direct. Absolutely fantastic

duncanbradley
Автор

Thank you so much your effort and video.I learnt a lot from your video.Keep up the great work.

tiksong
Автор

DUDE I WAS LOOKING FOR SUCH TUTORIAL FOR A WHILE !!
well explained!

farisabufarha
Автор

The best and highly recommended! Thank you🤲🏾

Kae_safe_haven
Автор

I think this is the perfect tutorial I was looking for . Thanks a lot for this :)

haaanaaa
Автор

This was amazing! Thank you for this great explanation.

thekcarchives
Автор

I got full clear about this video and laravel ... Awesome explanation brohh ... Love from Srilanka

shafeeahamed
Автор

Thank you for the video sir.its really helpfull and it works.keep doing this kind of video..lots of love

biplabnayak
Автор

Great Explanation! sir
It was very helpful and easy understanding.

nelantiarunkumar
Автор

It make easy to learn even for the beginners. Thank u

bhargavikarpurapu
Автор

on 20:17 I'm not able to log the user to the database but I get the error "The POST method is not supported for this route. Supported methods: GET, HEAD. Laravel" I have made sure that the method is post in the view and also post in in the web.php. What could possibly be the reason? Thanks

nickushev
Автор

Best, Neat, Straight, Easy To Pick Video, Thank You So Much <3, Love From Pakistan

mahmedkhan
Автор

thank you much, i've been stressing out this authentication part and your tutorial helped me a lot.

helengargantiel
Автор

What an explanation.i never forget this tutorial.thank u sir

yajnanarayanmohanty