dwijitsolutions / laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like Advanced CRUD Generation, Module Manager, Backups and many more.
http://laraadmin.com
MIT License
1.58k stars 537 forks source link

building tables rows relationshios #248

Closed Ronfaronald closed 7 years ago

Ronfaronald commented 7 years ago

am i able to build table relationships / joining tables

gdbhosale commented 7 years ago

Yes. That you can do from migrations file. Just provide "popup_vals" => "@employees", Where employees is another table.