Skip to main content

Filament Plugins: Roles and Permissions with Shield

Premium
5:56

The Full Lesson is Only for Premium Members

Want to access all of our courses? (31 h 16 min)

You also get:

55 courses
Premium tutorials
Access to repositories
Private Discord
Get Premium for $129/year or $29/month

Already a member? Login here

Comments & Discussion

UA
Urzica Andrei ✓ Link copied!

hello, i just started a new project, installed this plugin but i dont have role settings button. trided on 2 different filament projects. is the plugin different now? thank you

PK
Povilas Korop ✓ Link copied!

Maybe it has changed since then, this video was filmed around half a year ago. Ask the package creator directly on GitHub, maybe.

P
p-marco ✓ Link copied!

Try with the command: "php artisan shield:publish" You should publish the resource in order to make it visible in filament

M
Menzer ✓ Link copied!

Hi Povilas great quick tutorial, I noticed you have the SETTINGS and NEW ROLE options can you tell me how you got them to display on the role page please

M
Menzer ✓ Link copied!

Also what is the best way to check if the user is part of super_admin in a if statement?

TK
Tesfaye Kebede Beyene ✓ Link copied!

Hello, Great educational video as always. Yes, the interface has changed since your video. I want to know how to add a custom role resource to expand the existing shield role resource(eg add a company column etc) without changing the package role resource but just extending it.