mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
587 B
587 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| orderByRaw() is very useful for complex sorting in Eloquent | 1527688616838803456 | weekly-thread-2022-20 | mattkingshott |
|
2022-05-20T16:32:03+00:00 | orderbyraw-is-very-useful-for-complex-sorting-in-eloquent |
🔥 #Laravel Tip: Make use of ‘orderByRaw’ when you need to sort records in a more complex manner than simply A-Z or Z-A. Here’s an example where I sort ‘roles’ based on their level of importance (rather than their alphabetical order).