something like this might work, Model::where('sondage_home',1)->->orderBy(DB::raw('RAND()'))...
try mentioning the foreign key in the field list. Platform::with(['rma_platform' => function($que...
try this, Platform::with(['rma_platform' => function($query){ $query->select(['connectorna...
I think the problem here is, In your collections the items property is empty, which is an array insi...
The Laravel portal for problem solving, knowledge sharing and community building.