christmex
christmex
FFilament
Created by christmex on 6/10/2024 in #❓┊help
Is Filament Multi Tenant Doesn't Support Laravel Scope via Class Scope?
this is just a question, i know how to scope my stuff, using getEloquentQuery in my Resource, but when i use Class Scope(Ex: UserScope) and use it via ScopedBy it doesnt work, what imean is i want to access Filament::getTenant()->id from my UserScope. so is it right that we cant acces Filament::getTenant()->id from UserScope Right? when we use filament resource? thanks
3 replies
FFilament
Created by christmex on 6/9/2024 in #❓┊help
Extending FIlament register Pages error when use relationship like select
No description
6 replies
FFilament
Created by christmex on 4/25/2024 in #❓┊help
Refresh table widget in dashboard after success create record using action
How can i achieve to refresh the table only after i create record using action, i mean, i can using poll in my table widget but, its kinda annoying when u always request, so i think that would be better its only update after i success create the record via modal action thank you.
6 replies
FFilament
Created by christmex on 3/18/2024 in #❓┊help
Cant use Set Utility at the same time
is it normal, that we cant use Set Utility at the same time?
$set('start_date',$date->subMonth()->startOfMonth()->setDay(28));
$set('end_date',$date->startOfMonth()->setDay(20));
$set('start_date',$date->subMonth()->startOfMonth()->setDay(28));
$set('end_date',$date->startOfMonth()->setDay(20));
i tried that code it oly works for the first line, the second line doesnt work
4 replies
FFilament
Created by christmex on 3/14/2024 in #❓┊help
Import and Export bug, keep showing 419 expired
No description
8 replies
FFilament
Created by christmex on 9/23/2023 in #❓┊help
Global Scope Doesn't Work In Table Builder
No description
6 replies