krkmo
krkmo
FFilament
Created by krkmo on 3/6/2024 in #❓┊help
load data in a repeater
No description
3 replies
FFilament
Created by krkmo on 3/6/2024 in #❓┊help
Equivalence of getEloquentQuery( ) in Relation Manager
What is the equivalence of the getEloquentQuery( ) method in Relation Manager, I need to get the data from the table according to a clause or condition?
3 replies
FFilament
Created by krkmo on 2/21/2024 in #❓┊help
How can I hide or show the relationship manager based on a query?
When editing a student I need to hide or show TransportationRelationManager::class, if the active field is false or true.
public static function getRelations(): array
{
return [
TransportationRelationManager::class,
MedicalHistoryRelationManager::class,
TutorsRelationManager::class,
SchoolUniformRelationManager::class

];
}
public static function getRelations(): array
{
return [
TransportationRelationManager::class,
MedicalHistoryRelationManager::class,
TutorsRelationManager::class,
SchoolUniformRelationManager::class

];
}
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?
No description
5 replies
FFilament
Created by krkmo on 12/15/2023 in #❓┊help
Adding model data to the chart property of the stat component
No description
6 replies
FFilament
Created by krkmo on 12/2/2023 in #❓┊help
How to dynamically change the FileUpload directory field ?
I need to store the documents in subfolder with the user name in the Storage for example: storage/public/Noah storage/public/James storage/public/Sophia FileUpload::make('name_file')->disk('public')->directory('username') I have not been able to do it
5 replies
FFilament
Created by krkmo on 11/22/2023 in #❓┊help
validation style
No description
3 replies