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 ?2 Replies
Laravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
thanks for answering bro