Laravelでorderbyにconcatを使いたい時

->orderByRaw(“concat(year,month,day) asc")

とか、orderbyRawを使う。あとはSQLベタ書き。