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.56k stars 538 forks source link

many to many relation #141

Open mostafakml opened 7 years ago

mostafakml commented 7 years ago

how to define many to many mudole in lara admin i read code and find role and user have many to many relation . there is any way to implement this structure for my new module??

suryacaprice commented 7 years ago

i would like to know about it too ...

buiquocphong commented 7 years ago

I have same question

sattip commented 7 years ago

multiselect and taginput support many to many relationship but without pivot table :/ it just adds an array of ids at the field. I would like to know id there is the option to generate pivot table instead