Tuesday, April 11, 2017

Password Protect Pages in Laravel with Unique Passwords

I need to set up password protected pages within laravel (using 5.4), each page entry in my database has a password field.

I want to be able to only access the page if the password is correctly entered...

I think this makes sense and I can't seem to find anything else on this other than using the built in auth functionality of laravel...

Thanks in advance.



via ogagh

Advertisement