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:
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
Jump to solution
3 Replies
Solution
Mohamed Ayaou
Mohamed Ayaou2mo ago
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
Mohamed Ayaou
Mohamed Ayaou2mo ago
just see those packages underlaying code, you will find it most of the times just an interface to a regular laravel functionalty
Renssus
RenssusOP2mo ago
Thanks

Did you find this page helpful?