Simple Laravel 5 Authentication

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

Laravel 5 makes it super easy to get up and running with a full authentication system so that way you can spend time on building the core of your application instead of having to worry about logging in users, registering users, and password resets. With Laravel 5 you can create a full authentication system in 3 simple steps.
Рекомендации по теме
Комментарии
Автор

I followed everything here and after the migration, I tried going to /auth/login, the page doesn't exists. Why is that?

MrLangam
Автор

/auth/login, the page doesn't exists. using laravel 5.1.2

RiazUddinMasum
Автор

I've been looking for something like this, thanks a lot!
How secure is the Laravel authentication system?  Would there be benefits of using a different authorisation system with Laravel such as Sentry?

peterfknparker
Автор

first of all nice video but i would like to know about resetting the password.
i mean when i try to reset my password it gives error as follows 
Swift_TransportException in AbstractSmtpTransport.php line 162:
Cannot send message without a sender address
so can you pls describe the steps for password reset.

rahulprajapati
Автор

Hi!
I'm a begginer with Laravel 5 and I have a problem with finding login view. When I create new app I cannot find auth folder within view directory nor can I access localhost:8000/auth/login.
Can anybody help me? :(

borisP
Автор

This vid is only a few months old and already outdated ;(

BooGiEMaN
Автор

/auth/login not working, what is the fix for this?

lastwish
Автор

Found the solution for mising auth folder in view directory. :)

borisP
Автор

Hello everyone!

For the people that are having a problem where the page does not exist, please see the following Laravel Documentation:

nodbabe