Laravel8 クエリビルダでconcatを使う方法 2022年1月3日 nori Laravel コメントを残す 名前を括弧(’[’, ‘]’)で囲みたい場合 use DB; ・ ・ ・ ->select( DB::raw('CONCAT("[", name, "]") AS name') )