ritos123
ritos123
FFilament
Created by ritos123 on 5/14/2024 in #❓┊help
Spatie media library infolist DocumentEntry
The filament spatie media library offers only the ImageEntry for infolists, but i also want to display documents as well. How can i approach this?
3 replies
FFilament
Created by ritos123 on 5/13/2024 in #❓┊help
Widget naming translation
No description
3 replies
FFilament
Created by ritos123 on 4/29/2024 in #❓┊help
Global search outside admin panel
Is it possible to recreate the global search bar outside of the admin panel? My project uses filament for super-admin stuff And outside of filament, i do the admin stuff like forms and tables in livewire So i was wondering if i can reuse the filament global search bar since im already using the forms and tables outside of filament
2 replies
FFilament
Created by ritos123 on 4/26/2024 in #❓┊help
Breadcrumbs blade component arrows
No description
3 replies
FFilament
Created by ritos123 on 4/23/2024 in #❓┊help
Livewire component with tables and form
I made a new livewire component, added all the needed code and it works. My question is: how do i apply the filament theme to this livewire component? Its a full page component
4 replies
FFilament
Created by ritos123 on 3/25/2024 in #❓┊help
How to save the media type while uploading? Spatie media library
I added spatie media library plugin to my project And for now this is how i do it: SpatieMediaLibraryFileUpload::make('attachments') ->label(__('portal.attachments')) ->multiple() ->reorderable() ->collection('attachments') What i need to do : Save the media type while uploading, so i know later on the type that is uploaded (image-display, PDF-download etc..) Im not sure what the best approach to this should be
3 replies
FFilament
Created by ritos123 on 3/21/2024 in #❓┊help
Grouping rows - changing color
Is it possible to change the color of this grouping rows? ->defaultGroup( Tables\Grouping\Group::make('vendor_company_id') ->label(__('entities.vendor_company')) ->getTitleFromRecordUsing(fn (Billable $record) => $record->company?->name) )
3 replies
FFilament
Created by ritos123 on 3/20/2024 in #❓┊help
Change default message when filtered table empty
How can i change the default message when i filter a table and the table is empty cause nothing matches the filter?
4 replies
FFilament
Created by ritos123 on 3/20/2024 in #❓┊help
Summarizer label
Is it possible to change the label of the "All Posts" in the summarizer? I understand its labeled Posts because it uses the Post model, but is it possible to use a model, and have a different label for this?
11 replies
FFilament
Created by ritos123 on 3/19/2024 in #❓┊help
Clickable defaultGroup, instead of row
I want to make the defaultGroup in my table clickable, rather than having the option to click on each row I know for each row that i do it with recordUrl but is it possible for the defaultGroup as well?
2 replies
FFilament
Created by ritos123 on 3/17/2024 in #❓┊help
How can i use filament blade components outside of filament panels?
I want to use for example the filament side bar in a livewire component that isnt a part of the filament admin panel
3 replies
FFilament
Created by ritos123 on 2/26/2024 in #❓┊help
RelationManager for hasManyThrough relationship
Im trying to add a relation manager to my ViewCustomerPage, to display all of the notes from tasks that customer has. The relationships are like this: Customer: morphMany notes Notes: BelongsTo customer, BelongsTo task Task: morphMany notes, BelongsTo customer so how would i make a relationmanager to view all notes that tasks(that the specific customer has) have? Would a hasManyThrough relationship help?
1 replies
FFilament
Created by ritos123 on 2/14/2024 in #❓┊help
onBoard
No description
2 replies