Fasna
Fasna
FFilament
Created by Fasna on 7/1/2024 in #❓┊help
Filament Page to PDF
I have a filament page with multiple livewire components for some reports, which includes chart widgets, table and more.. I'm trying to download that page as PDF, and tried using spatie PDF but it gives errors related to node element(I'm on windows). The path is already set, but it's not picking up correctly. Is there anyway I can use to download the filament page as PDF after all the elements rendered?
5 replies
FFilament
Created by Fasna on 6/28/2024 in #❓┊help
Filament and blade
I have custom filament pages, whihch uses livewire. The tailwind classes I use for color and styling are not applied to the view. But the classes are present in the HTML. I think, I'm missing something on the configuration setup. Couldn't able to figure out which?
6 replies
FFilament
Created by Fasna on 5/3/2024 in #❓┊help
Repeater and auto-increment field
No description
2 replies
FFilament
Created by Fasna on 4/4/2024 in #❓┊help
Aggregated Table with Bulk Action
No description
2 replies
FFilament
Created by Fasna on 4/3/2024 in #❓┊help
How do I make the bar chart widget to take the full height here?
No description
4 replies
FFilament
Created by Fasna on 3/20/2024 in #❓┊help
Pagination with Livewire
No description
7 replies
FFilament
Created by Fasna on 2/15/2024 in #❓┊help
Is there way to track filament requests in Telescope?
I need to see the execution time for loading a resource, editing it and bulk actions? But, telescope doesn't show those actions or execution time.
2 replies
FFilament
Created by Fasna on 2/13/2024 in #❓┊help
How to set the value of the relationship form based on the parent form?
I'm trying to pre-fill a relationship form based on the parent form. Tried with the following, but the form field inside the relationship is not populated. (Here slug field inside the schema of relationship)
TextInput::make('title')
->live()
->afterStateUpdated(fn (Set $set, ?string $state) => $set('slug', $state))

TextInput::make('slug')
TextInput::make('title')
->live()
->afterStateUpdated(fn (Set $set, ?string $state) => $set('slug', $state))

TextInput::make('slug')
5 replies
FFilament
Created by Fasna on 12/20/2023 in #❓┊help
Multiple databases and panels
I have a filament app configured with one database. I need to add two more databases, which will have different tables and features. But, the users going to access all the databases will belong to the same group. I'm thinking of creating separate panels for each database. I'm not sure how to switch the database connection between them. The database connection should change on the instance of accessing the panel.
4 replies
FFilament
Created by Fasna on 11/13/2023 in #❓┊help
Logger plugin by Zedox, the activity of login recorded as a Default event
No description
2 replies