EL REKT
Explore posts from serversTLCTuto's Laravel Corner
•Created by EL REKT on 5/24/2024 in #💡filament
Searchable for models/relationships with different database connections
6 replies
TLCTuto's Laravel Corner
•Created by EL REKT on 2/7/2024 in #💡filament
Three level dependent select
i have 3 table like this :
table a => id, name
table b =>id, table_a_id, name
table c => id, table_b_id, name
How do I create a relationship in table model C to get data related to tables B and A? anyone can help ?4 replies
TLCTuto's Laravel Corner
•Created by EL REKT on 1/21/2024 in #💡filament
How to integrate filament v3 with stored procedure
I want to use stored procedures for CRUD needs. But I'm confused about how to call the stored procedure function from the create/edit button, or when I want to display the resulting data from the stored procedure in a table. anyone can help ?
12 replies