Answer the question
In order to leave comments, you need to log in
What data should be written to tables in a many-to-many relationship in eloquent?
Использую ORM Eloquent (без laravel)
Тривиальная задача, пользователи и их роли
Создал таблицы users (модель User), roles (модель Role) и role_user (модель нужна?)
далее когда я присваиваю модели User роль, я должен использовать конструкция $user->roles = 'ROLE_USER' или id роли из таблицы roles?
А если много ролей, будет массив?
И в таблице role_user автоматически записи вносятся?
как правильно все это сделать?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question