aca_2023
Explore posts from serversTLCTuto's Laravel Corner
•Created by aca_2023 on 5/13/2024 in #💡filament
Loop certain data inside filament $form schema
Hi @tuto1902 ,
Is there's a way on how can I loop or show certain data inside the $form schema. I am using ->afterStateUpdated in side the $form ->schema. I want to show data from the database inside the $form ->schema.
Thank you for the help.
1 replies
TLCTuto's Laravel Corner
•Created by aca_2023 on 1/29/2024 in #💡filament
Checking for conflict in day, time and room validation.
Hi Tuto, May I ask your expertise on how can I implement a validation rule on checking the conflict of the day, time and room in a class schedule? I am using Laravel 10 and Filament 3.0. I have a belongsToMany relationship between the subjects and a schedule. I don't how or where to start. Appreciate your help. Thank you!
4 replies