Created
November 14, 2021 14:45
-
-
Save leben-jp/9ba73d745facc361770db3ac79dfa012 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//降順 | |
User::orderBy('created_at', 'desc')->get(); | |
//昇順 | |
User::orderBy('created_at', 'asc')->get(); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment