“Laravel Syncwithoutdetaching” Ответ

Laravel Syncwithoutdetaching

$user->roles()->syncWithoutDetaching([1, 2, 3]);
Johs

Ларавел Прикрепитель

//id for single
$user->reasons->attach($reasonId);

//array for multiple
$user->reasons->attach($reasonIds);

$user->save();
Freeburn

Латавел Прикрепите метод

$user->roles()->attach($roleId, ['expires' => $expires]);
Charming Cockroach

Ответы похожие на “Laravel Syncwithoutdetaching”

Вопросы похожие на “Laravel Syncwithoutdetaching”

Больше похожих ответов на “Laravel Syncwithoutdetaching” по PHP

Смотреть популярные ответы по языку

Смотреть другие языки программирования