Answers for "update relationship laravel 8"

PHP
0

laravel update all relations

$position->users()->update(['position_id' => 4]);
Posted by: Guest on June-25-2020
0

laravel mass update relationship

$channel->videos()->update(['visibility' => true]);
Posted by: Guest on April-16-2020

Browse Popular Code Answers by Language