Answers for "attach laravel example"

PHP
1

laravel attach

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

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

$user->save();
Posted by: Guest on July-10-2020
0

latavel attach method

$user->roles()->attach($roleId, ['expires' => $expires]);
Posted by: Guest on December-30-2020

Code answers related to "attach laravel example"

Browse Popular Code Answers by Language