Dennis Koch
Dennis Koch
FFilament
Created by Benjamin on 1/20/2025 in #❓┊help
Performance issue with BulkAction : selectedRecords (only IDs, not Eloquent?)
I think you can also access the property on the livewire component directly
5 replies
FFilament
Created by Benjamin on 1/20/2025 in #❓┊help
Performance issue with BulkAction : selectedRecords (only IDs, not Eloquent?)
Do you actually need the selection or would be searching/filtering okay? Then you could use a table header action and use the table query.
5 replies
FFilament
Created by abiroot on 1/20/2025 in #❓┊help
Trigger an Event from a custom field blade file
Yes, because the field component is not a Livewire component. That's why I say you need to put it on the Page components
17 replies
FFilament
Created by abiroot on 1/20/2025 in #❓┊help
Trigger an Event from a custom field blade file
Also you could use $set to set a value, not 100% sure how to access this in the Blade File.
17 replies
FFilament
Created by abiroot on 1/20/2025 in #❓┊help
Trigger an Event from a custom field blade file
You could just put methods you want to call on the action
17 replies
FFilament
Created by abiroot on 1/20/2025 in #❓┊help
Trigger an Event from a custom field blade file
Not sure whether fields can be
17 replies
FFilament
Created by abiroot on 1/20/2025 in #❓┊help
Trigger an Event from a custom field blade file
Pages are Livewire components.
17 replies
FFilament
Created by abiroot on 1/20/2025 in #❓┊help
Trigger an Event from a custom field blade file
In the blade file of the custom field component
In the Blade file? Those need to be in a Livewire component
17 replies
FFilament
Created by abiroot on 1/20/2025 in #❓┊help
Trigger an Event from a custom field blade file
I've tried everything, #[On attribute, $listeners and even registerListeners but nothing is being able to caputre the event sent from the blade file.
Where did you put this? On the page?
17 replies
FFilament
Created by Priyank on 5/15/2024 in #❓┊help
is it necessary to create a custom theme to add tailwind colors
The classes are not there in filament.css and i tried running npm run dev and npm run build too..but no luck for me
They won't appear. Filament uses classes like bg-custom-500 and injects the colors through CSS variables. You cannot use those classes, but it should work when using Filaments methods.
8 replies
FFilament
Created by Priyank on 5/15/2024 in #❓┊help
is it necessary to create a custom theme to add tailwind colors
8 replies
FFilament
Created by Nuekrato on 1/17/2025 in #❓┊help
Change position of individual notification
It's only configurable globally
2 replies
FFilament
Created by Rick Doetinchem on 1/18/2025 in #❓┊help
Routes in Filament
What do you mean? Filament registers Pages automatically so you don't have to do it manually
3 replies
FFilament
Created by aacarrion4 on 1/18/2025 in #❓┊help
Filamentphp page not work
It's up and running here.
5 replies
FFilament
Created by Russ. on 1/16/2025 in #❓┊help
Need Help DB Sync plugin
Check the line that error is thrown (stack trace)
6 replies
FFilament
Created by razor on 11/21/2024 in #❓┊help
how to change login page background and make the icon bigger
CSS can target more than just one class and you can create a selector with .parent .fi-logo
9 replies
FFilament
Created by Russ. on 1/16/2025 in #❓┊help
Need Help DB Sync plugin
not working
You provide no info at all. Nobody can help you.
6 replies
FFilament
Created by razor on 11/21/2024 in #❓┊help
how to change login page background and make the icon bigger
Create a theme and add some CSS
9 replies
FFilament
Created by Trauma Zombie on 1/16/2025 in #❓┊help
Is it possible to add some items to breadcrumbs?
You can overwrite the getBreadcrumbs() method on the page.
2 replies
FFilament
Created by Adam Holmes on 1/8/2025 in #❓┊help
Action Group Layout
Hm ...
11 replies