islandnuge
islandnuge
Explore posts from servers
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