Robin
Robin
FFilament
Created by Robin on 6/19/2024 in #❓┊help
Relationmanager update rooted relations
I've updated my query with a left join and now the edit modal doesn't even open anymore 😓
2 replies
FFilament
Created by Robin on 4/15/2024 in #❓┊help
Add custom events to plugin
Thanks!!!
10 replies
FFilament
Created by Robin on 4/15/2024 in #❓┊help
Add custom events to plugin
Ohgod, I placed it outside of the src folder 🤦‍♂️
10 replies
FFilament
Created by Robin on 4/15/2024 in #❓┊help
Add custom events to plugin
Because I get (in the application I have it running) that the class is not found
10 replies
FFilament
Created by Robin on 4/15/2024 in #❓┊help
Add custom events to plugin
But how do you register them?
10 replies
FFilament
Created by Robin on 4/15/2024 in #❓┊help
Add custom events to plugin
I'm trying to write a plugin on my own, but it would require an event event() to be dispatched. I don't really know where I could register this event, because now I get the error that the event cant be found. I'm hoping I don't need to regiter it in the main application (just for the sake of simplicity for the user)
10 replies
FFilament
Created by tinkypinky on 3/18/2024 in #❓┊help
Will Filament work with Laravel Reverb or does it need some config?
I tried to get it working, however, it seems like it is always falling back to pusher
12 replies
FFilament
Created by pyr0t0n on 9/4/2023 in #❓┊help
Implement LDAP Record with Fallback
Sounds like just a custom login driver?
5 replies
FFilament
Created by Robin on 9/1/2023 in #❓┊help
Bulk actions always displaying
it's v2, not v3
9 replies
FFilament
Created by Robin on 9/1/2023 in #❓┊help
Bulk actions always displaying
Filament\Tables\Table::Filament\Tables{closure}(): Argument #1 ($action) must be of type Filament\Tables\Actions\Action|Filament\Tables\Actions\ActionGroup, Filament\Tables\Actions\BulkAction given
9 replies
FFilament
Created by Robin on 9/1/2023 in #❓┊help
Bulk actions always displaying
No, i want a button at the top of the page (where the bulk actions are) that works like a bluk action, but that is not in the dropdown
9 replies
FFilament
Created by Robin on 9/1/2023 in #❓┊help
Bulk actions always displaying
So you have in the top right the bulk actions button, but I kinda want an "always visible" bulk action button, that does an API call for example on click, with the selected items
9 replies
FFilament
Created by Robin on 8/31/2023 in #❓┊help
Running an action before fetch of a resource
Yes, that will work! Thanks, I was thinking about doing it in the resource itself, but that does not extend any kind of livewire component.
3 replies
FFilament
Created by Robin on 8/22/2023 in #❓┊help
Livewire/filament bug?
Aha! Yep, so apparently, the data of the whole model gets loaded then, so there was an "append" added on the model that didn't work. That's why it crashed when opening. Stupid mistake, thanks for rubberducking 😅
8 replies
FFilament
Created by Robin on 8/22/2023 in #❓┊help
Livewire/filament bug?
Nothing else that's fancy on that page
8 replies
FFilament
Created by Robin on 8/22/2023 in #❓┊help
Livewire/filament bug?
The action I have is this one:
Action::make('Update')
->color('secondary')
->requiresConfirmation()
->modalHeading('Update')
->modalSubheading('The device will pull the latest changes from the git repo and restart the service. During restart, the device is unresponsive.')
->action(function (): void {
event(new Update($this->record));
}),
Action::make('Update')
->color('secondary')
->requiresConfirmation()
->modalHeading('Update')
->modalSubheading('The device will pull the latest changes from the git repo and restart the service. During restart, the device is unresponsive.')
->action(function (): void {
event(new Update($this->record));
}),
8 replies
FFilament
Created by Robin on 8/11/2023 in #❓┊help
Fill a selectbox it's option on edit when loaded from relationmanagers
Anyone an idea on how to do this? 😇
3 replies
FFilament
Created by Robin on 8/10/2023 in #❓┊help
Notifications reduction of amount of showed notifications
Jep! that did the trick! Awesome, thanks!
17 replies
FFilament
Created by Robin on 8/10/2023 in #❓┊help
Notifications reduction of amount of showed notifications
Hmm, Seems like it doesn't register it anymore then
17 replies
FFilament
Created by Robin on 8/10/2023 in #❓┊help
Notifications reduction of amount of showed notifications
I see, thanks, I'll try to apply some magic tomorrow with it!
17 replies