How to Add User Access Control List ( ACL ) in Laravel 5.6 - The Easiest Way

preview_player
Показать описание
Learn to add access level control or access control list to your Laravel project. Give user permission and limited access. The easiest way just in 5 minutes.

Full Project code on Github:
Рекомендации по теме
Комментарии
Автор

This is first time I am watching your videos and what an excellent tutorial, Thanks for it.

NamasteProgramming
Автор

Thank you for making the video simple and on point. Helpful indeed for laravel folks.

shihabislam
Автор

This video is a treasure, thanks dude

tuanbiru
Автор

You are saving my life sir hehe. This is what I am looking for. Thanks a lot!

theopov
Автор

one of my favorite channel about laravel. i think i can find what i need :D

ragilburhanudinpamungkas
Автор

just watched this video and subscribed! Amazing

Skhan_
Автор

Thank you so much for this videos. Very helpful for my project. I was looking for the previous video where you made this project but could not find it. Can you provide me the link please. Thanks

vincentkylecabansay
Автор

Thank you sir, you always save my life

yasdia
Автор

I have a question, but it has little to do with this video. I have three user roles - admin, shop owner, shopper. I want to understand, only shop owner can create shops and products?

sergey_gabrielyan
Автор

Hi sir, i have a question please

public function index()
{

abort(404, "Sorry, You can do this actions");
}

$categories = Category::all();
return view('category.index', compact('categories'));
}

In this part, is "category" the name of the controller or the view ?

yasdia
Автор

NIzz i have Doubt ..
how redirect after login....the admin and users and have different view pages
...how it work on it?

foxarraytechnoloyconsultan
Автор

Please make full tutorial and make small project for cms in laravel using gate interface for access control.

junaidalam
Автор

Thanks Dude, I wouldn't have without your help!! Great video..

Rbn
Автор

what about using a middle ware on routes than writing conditions on all controllers.

vishalsrivastava
Автор

Thank you bro, this was a great explanation and this is a great project.

jogosdecelular
Автор

Thank you. This is so easy to understand and apply. But is there any downside of this method? Do you recommend this way or just use laravel-permission package from spatie?

kapa
Автор

what about company system in which there are different clients and customers involved

phentube
Автор

Use middleware authentication is best 🙏

ebenezersinaga
Автор

it didn't work for me...how can we your full code aND proper statement of the procedure

officialNooB_Clips
Автор

Hi, what I am getting an error Call to undefined method

navneetsaini