xerud
xerud
FFilament
Created by xerud on 2/7/2025 in #❓┊help
Filament relation manager and filament shield
Hello there, I have a little problem that I can't figure out if is from directly the relationmanager or the filament shield I have this 3 relations
NotesRelationManager::class,
MediaRelationManager::class,
WorkersRelationManager::class,
NotesRelationManager::class,
MediaRelationManager::class,
WorkersRelationManager::class,
The only differences from the 3 relation manager is that the WorkersRelationManager has been created with the --attach parameter If i'm super_admin I can see all the 3 relations but with a user with different role I can see only the Notes and Media one
2 replies
FFilament
Created by xerud on 1/17/2024 in #❓┊help
FileUpload->multiple() single Eloquent record
I'd like to allow the user to upload multiple file but I want to store the file record on a table but on multiple db records not on a single record on the json field
2 replies