Commit for this lesson: https://github.com/LaravelDaily/Laravel-Filament-Admin-Course/commit/191fab967c42466e9532a99b5353507b83812696
Commit for this lesson: https://github.com/LaravelDaily/Laravel-Filament-Admin-Course/commit/191fab967c42466e9532a99b5353507b83812696
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
Maybe it has changed since then, this video was filmed around half a year ago. Ask the package creator directly on GitHub, maybe.
Try with the command: "php artisan shield:publish" You should publish the resource in order to make it visible in filament
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
Also what is the best way to check if the user is part of super_admin in a if statement?
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.