Sep 23, 2021
0
Level 1
Laravel Voyager
i'm the beginner using laravel voyager as admin panel. is it possible to get multiple data from selected data from relationship that has "Belong to". example : i have 2 models assets(id, asset_url, name) and galleries (asset_url, asset_id ). i set relationship in galleries ("belong to" referenced from asset model). get asset_url, and id from assets model to set asset_url and asset_id in galleries model. ty for ur answer
Please or to participate in this conversation.