Laravel implode pluck to array dates to string

后端 未结 0 862
野性不改
野性不改 2021-02-01 03:08

If I have this query

$posts = Post::select(DB::raw(\'DATE(created_at) as date\'), DB::raw(\'count(*) as count\'))
                 


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