Nicole
filament-spatie-media-library
Do I need to install both of these plugins if I want to implement the media library?
https://spatie.be/docs/laravel-medialibrary/v11/introduction
https://filamentphp.com/plugins/filament-spatie-media-library
4 replies
Filament Teams with Some Multi-Tenancy Features
Is it possible in Filament multitenancy to have a super admin who can access the site, create teams, and assign admins to members? Essentially, the super admin wouldn’t need to create a team upon first login.
9 replies
Filament authentication for non-admin, but I want them be redirected to another page
I have both admin and normal user roles. Only admins can access the admin panel I've done that using
canAccessPanel
. However, for normal users, I want to use the existing Filament authentication, but they should be redirected to a different page intended for them, instead of accessing the admin panel.3 replies