Sort inside the with in laravel

前端 未结 0 1013
故里飘歌
故里飘歌 2021-01-13 14:33
$posts =  PostUrl::with([\'post\' => function ($q) {
    $q->orderBy(\'created_at\', \'DESC\');
}])
->where(\'category\',\'like\' ,\'%\'.$cat.\'%\')
->pa         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题