islandnuge
islandnuge
Explore posts from servers
FFilament
Created by islandnuge on 5/13/2025 in #❓┊help
How to handle the deleteAction for the file-upload field
Thank you!
3 replies
FFilament
Created by islandnuge on 4/29/2025 in #❓┊help
Redirecting to a specific filament resource after authenticating correctly
thank you!
5 replies
FFilament
Created by islandnuge on 4/7/2025 in #❓┊help
Injecting content just after the body tag when using filament
thanks guys - much appreciated!
10 replies
FFilament
Created by islandnuge on 4/7/2025 in #❓┊help
Injecting content just after the body tag when using filament
The body hook tag might work, I basically want to inject a view immediately after the tag
10 replies
FFilament
Created by islandnuge on 3/20/2025 in #❓┊help
Override table view to list a subset or scoped set of records
Figured it out - add and override the following function to your Resource
public static function getEloquentQuery(): Builder
{
return parent::getEloquentQuery()->>ServerEvents();
}
public static function getEloquentQuery(): Builder
{
return parent::getEloquentQuery()->>ServerEvents();
}
2 replies
FFilament
Created by islandnuge on 3/6/2025 in #❓┊help
Can you add a custom css class to a form component (like a toggle?)
also @Tim van Heugten thank you!
8 replies
FFilament
Created by islandnuge on 3/6/2025 in #❓┊help
Can you add a custom css class to a form component (like a toggle?)
Awesome - thank you @toeknee !!!
8 replies
FFilament
Created by islandnuge on 3/6/2025 in #❓┊help
Can you add a custom css class to a form component (like a toggle?)
No description
8 replies
FFilament
Created by islandnuge on 10/18/2024 in #❓┊help
Customization beyond themes and css
Thank you!
4 replies
FFilament
Created by vitali on 1/17/2024 in #❓┊help
USe different user model in filament.php
ah - that was it - thanks!
13 replies
FFilament
Created by vitali on 1/17/2024 in #❓┊help
USe different user model in filament.php
in my case the new model has a differing namespace other than App\Models\
13 replies
FFilament
Created by vitali on 1/17/2024 in #❓┊help
USe different user model in filament.php
I'm looking to do the same but continue using the existing authentication. I have a customized user class that is augmented only with first and last name (string) values. Does this still require the auth guard change?
13 replies