Protecting pages with Gates - EP11 - Laravel 8 User Login and Management System

preview_player
Показать описание
...
...
In this episode, we look at how we can hide UI elements from none logged in users and also protect pages in our application from being accessed by guests.
Рекомендации по теме
Комментарии
Автор

The best tutorial with the best explenation from all other tutorials i have seen so far. Never getting tired learning from your tutorials. Please keep it up.

gezimsejdiu
Автор

Gates is a topic I need to clarify.
I believe your tutorials will help me.
Excellent tutorial!
Thanks!

nilmendes
Автор

Esta serie de videos de laravel 8 es la mejor que he encontrado. saludos amigo

ricardolivero
Автор

You are the only one that teach me how to create my own admin panel the right way, i really thank you.

algeriennesaffaires
Автор

your explanation was so clear, thanks looking forward to more of your wonderful vidoes

theekingyodah
Автор

If phpstorm automatically pulls in
Illuminate\Auth\Access\Gate;

It will give you a static method error

Change it to...

RandyLauritzen
Автор

Excellent! I'm waiting already, for your next video, I need to separate admin and user areas, based on the roles, your next video will surely help me!

sahebyuvrajsingh
Автор

Thanks so much, we want more tutorials for a complete real project in laravel

ashwagjan
Автор

Awesome video, but i have a problem with mine now. I tried to login and it couldn't go through. it says " These Credentials do not match our records ". when i register an user, it sent me to the index admin page but can't work with login even with the same user i just registered. what is wrong with it please ?

benson
Автор

are you the source (github or else) for this tutoriel ?

JulienDroux
Автор

I have a quick RECAP on the second video, it appeared you didn't set up the $primary color. These are only colors

$navBar: #1E2632;
$background: #F7F8F9;
$text: #3A3C42;

bernardchisumo
Автор

I found a problem, i use the same password for 2 accounts but the Hash passwords in the database are different when you create an user than when you register. I can log back in with the user i created but i cannot with the one i register from the register page. how can i correct that please ?

benson
Автор

this morning i decided to copy the password, from the database, of the user that i created and pasted it to the user i registered and it worked. which means the system is using 2 different password Hash, i don't know where to make them the same . help mw with this please

benson
Автор

so instead of gate we can use auth so what is diff? both shows only who's logged in !

kareemkhalfalla
Автор

Hey mate, when will your next video be uploaded?

sahebyuvrajsingh