Laravel 5.2 Authentication

preview_player
Показать описание


In this video we'll show you the basics of setting up a full authentication system in Laravel.
Рекомендации по теме
Комментарии
Автор

very helpful, I had L52 and used the 5.1 tutorual, but finally I made it, bedankt !!

mohammedaayachi
Автор

Thanks! An entrust install walkthrough would be useful, too :)

neogeo
Автор

hell yeah!! thanks for this! keep on bringing em! :D

Dlipford
Автор

Nice tutorial! would be amazing a tutorial for admin login. I mean a login for an application that does not allow users to register/login, but only administrator can, and then can access to dashboard.

ilmioiosottoilletto
Автор

Your are really boss of laravel. Thanks a lot for make a cute tutorial. Thanks boss.

SarowerJahan
Автор

Sir if you can provide a Multi Auth (from multiple table) Laravel 5.2 tutorial then it will be great as well. Its very hard to find in English version.

crackrule
Автор

I'm trying add more option for the register like first name and last name and a nick name and when i do it it does not like it???

ScratkUk
Автор

Great tuts, but I've hard time doin an admin page. Where just the user acronym admin has the auth for. There is plenty but very confusing info on the internet. And worst part, out of date since laravel is a bit updated?

So how do i do this? in laravel 5.2. Uhm.

Once again, great tuts. Really appreciated!

petersalomonsson
Автор

Hei, nice video. How to make different route for admin user? Can you make video of that aswell since it is abit different from 5.1

toomass
Автор

Hello! I just need a little help with determining if the user is active before login it on a account. I tried using Manually authenticating Users feature of laravel 5.2 but it just won't work for me.

nicosolitana
Автор

Hello! why my routes.php file was inside "routes" folder and yours was inside "app/Http" ?

vitorgodoy
Автор

Hi devdojo,
How to update stored password in laravel 5.2 ? will you kindly do some tutorial on it also

shahmirjadoon
Автор

HI, I get this error message here
[PDOException]
SQLSTATE[HY000] [2002] Connection refused

when I type : php artisan migrate

adamkenton
Автор

Any suggestion for people who get error:
[PDOException] SQLSTATE[HY000] [2002] No such file or directory ??? I did everything as it's shown in your video, but nothing works.. :/

shwedaz
Автор

1. edit .env
2. php artisan make:auth
3. php artisan migrate

AdamMashburn
Автор

What is the use of Route::auth() ? And when should i use it

ahmadaziz
Автор

please create a video without using the Make:Auth, or adding another field from the users table with status or active. if not active it will not proceed. thanks

rustymonzon
Автор

Nice video thanks! How can I customize my bash like yours? It looks great

Автор

It would be great if you can create a video about Laravel 5.2 Middleware :)

RobertoL
Автор

Finally I found a series of tutorial for Laravel 5.2!!

Hiroki-Takahashi