krkmo
krkmo
FFilament
Created by krkmo on 3/6/2024 in #❓┊help
Equivalence of getEloquentQuery( ) in Relation Manager
thanks
3 replies
FFilament
Created by krkmo on 12/22/2023 in #❓┊help
How to get the value of an attribute in a repeater with relation?
I read that documentation but it didn't work for me. $get('../year') or $get('../../year')
5 replies
FFilament
Created by krkmo on 12/15/2023 in #❓┊help
Adding model data to the chart property of the stat component
protected function getStats(): array { return [ Stat::make('Students', Student::where('active', true)->count()) ->label(__('Students')) ->color('success') ->chart($this->getData()) ->icon('mdi-account-school') ->description(__('Total students')) ]; }
6 replies
FFilament
Created by krkmo on 12/15/2023 in #❓┊help
Adding model data to the chart property of the stat component
Thanks for your help, I solved it
6 replies
FFilament
Created by krkmo on 12/2/2023 in #❓┊help
How to dynamically change the FileUpload directory field ?
thanks
5 replies
FFilament
Created by krkmo on 11/22/2023 in #❓┊help
validation style
@awcodes Okay, thank you very much.
3 replies