eng.m.sabah
eng.m.sabah
FFilament
Created by eng.m.sabah on 12/30/2024 in #❓┊help
Hello caching for dashbord filamentphp
How we can setup caching for query for make best performance in dashboard public static function getEloquentQuery(): Builder { return parent::getEloquentQuery() ->withoutGlobalScopes([ SoftDeletingScope::class, ]); } this function can update it to support the cache but annotation must to be Builder
any help i have large db
2 replies
FFilament
Created by eng.m.sabah on 9/9/2024 in #❓┊help
SpatieMediaLibraryFileUpload::make('x')->label(__("x"))->multiple()
SpatieMediaLibraryFileUpload::make('x')->label(__("x"))->multiple() ->collection('x')->acceptedFileTypes(['application/pdf']), has issue while use ->multiple() @Povilas K
19 replies