can you use filament plugins in normal laravel pages too?
I want to use like shields for the permission and other stuff, but can i use the permission also for like other pages besides filament dashboard?
Solution:Jump to solution
It depends on the plugin it self, and for Shield YES, as it is built upon laravel spatie-permissions package which is not a filament specific thing
3 Replies
Solution
It depends on the plugin it self, and for Shield YES, as it is built upon laravel spatie-permissions package which is not a filament specific thing
just see those packages underlaying code, you will find it most of the times just an interface to a regular laravel functionalty
Thanks