laravel - LaraAdmin to create many to many relationships / modules? -


we using laraadmin data modeling , crud of our site. seems pretty versatile 1 many relationships such state > city, don't know how implement many many relationships modules.

for example, need create teachers module , students module. apparently, teacher can have multiple students , student can have multiple teachers.

what's supposed way in laraadmin modules?

another issue is, laraadmin seems saving relationship ids in json. large number of rows in database table, won't disastrous performance wise? because, know, 1 has read rows json , find particular id in 1 of json(s).

how can make laraadmin use native integer ids in referencing columns?


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -