set language for eloquent alphabetic orderBy

前端 未结 0 638
悲哀的现实
悲哀的现实 2020-11-21 22:54

I want to sort an alphabetical column and using the orderBy method in Laravel eloquent.

like below:

Post::where("some conditions")->orderBy(

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