Dennis Koch
Dennis Koch
FFilament
Created by benlumley on 2/21/2025 in #❓┊help
Is there a way to avoid duplicate afterStateUpdated methods ?
Extracting is probably the only option.
7 replies
FFilament
Created by Alexandre on 2/21/2025 in #❓┊help
How do I use actions on a ViewRecord page?
Not just the code 😅
The method must share the exact same name as the action, or the name followed by Action:
10 replies
FFilament
Created by Nijholt on 2/21/2025 in #❓┊help
Retrieve data from a custom Filament\Actions\Action
To clarify: $data is what's submitted when using a form.
5 replies
FFilament
Created by Alexandre on 2/21/2025 in #❓┊help
How do I use actions on a ViewRecord page?
Do you really need to overwrite the view? Header Actions don't fit for your use case? Regarding the action: The action name and the function must match. In your case the function should be named testAction()
10 replies
FFilament
Created by lukaveck1 on 2/21/2025 in #❓┊help
FIlament Bulk Delete causes this.$refs.modalContainer is undefined
Did you run php artisan filament:upgrade or is it part of the composer scripts?
13 replies
FFilament
Created by lukaveck1 on 2/21/2025 in #❓┊help
FIlament Bulk Delete causes this.$refs.modalContainer is undefined
Are you on the latest version? Did you publish some views?
13 replies
FFilament
Created by lukaveck1 on 2/21/2025 in #❓┊help
FIlament Bulk Delete causes this.$refs.modalContainer is undefined
Any other errors? Is this a normal ListPage?
13 replies
FFilament
Created by Lukas on 2/19/2025 in #❓┊help
Inconsistent behaviour in relation manager dependency injection
Is $owner even the correct model? Same ID? Or did it just inject an empty model?
6 replies
FFilament
Created by Dev on 2/19/2025 in #❓┊help
Sending a SMS Notification, just like a Mail Notification
There should be many Laravel packages to send SMS notifications. I recommend checking out Laravel Notification Channels Project: https://laravel-notification-channels.com/
4 replies
FFilament
Created by H.Bilbao on 2/16/2025 in #❓┊help
Textcolumn description text size
Maybe it's worth a PR
7 replies
FFilament
Created by potz1024 on 2/17/2025 in #❓┊help
HTML with colour in TextColumn description
You don't even need a whitelist if you include the right files for Tailwind to search
9 replies
FFilament
Created by delboy1978uk on 2/17/2025 in #❓┊help
Modal with relationship table crud
You could add a Livewire component inside that model that uses the table builder.
8 replies
FFilament
Created by delboy1978uk on 2/17/2025 in #❓┊help
Modal with relationship table crud
Yeah, like that. But you wouldn't combine action and modalContent
8 replies
FFilament
Created by delboy1978uk on 2/17/2025 in #❓┊help
Modal with relationship table crud
Pass that method an Action object with ->modalContent()
8 replies
FFilament
Created by ikbentomas on 2/17/2025 in #❓┊help
Action in infolist does not show the form
You probably need to add <x-filament-actions::modals /> to your component/widget blade
12 replies
FFilament
Created by potz1024 on 2/17/2025 in #❓┊help
HTML with colour in TextColumn description
Do you already have a custom theme? Otherwise this would be the way to start.
9 replies
FFilament
Created by Expecto Patronum on 2/17/2025 in #❓┊help
Filament Action Queue Connection ?
Yes, you still need to dispatch it to the queue. Actions won't queue by themselves
3 replies
FFilament
Created by H.Bilbao on 2/16/2025 in #❓┊help
Textcolumn description text size
That should throw an error though
7 replies
FFilament
Created by Grégoire on 2/13/2025 in #❓┊help
Optimizing file upload for large files avoid slow move on save
What do you mean? There is no private/public per file. It depends on your disk.
8 replies
FFilament
Created by Giant Robo on 2/16/2025 in #❓┊help
table ->defaultSort()
You can just manually pass the time.
15 replies