“Laravel SyncwithoutDetaching” Réponses codées

Laravel SyncwithoutDetaching

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

Laravel attachée

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

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

$user->save();
Freeburn

Méthode de fixation Latavel

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

Réponses similaires à “Laravel SyncwithoutDetaching”

Questions similaires à “Laravel SyncwithoutDetaching”

Plus de réponses similaires à “Laravel SyncwithoutDetaching” dans PHP

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code