DEV Community

Cover image for Nullable column Sort trick(Laravel)
Mohammad Ali Abdul Wahed
Mohammad Ali Abdul Wahed

Posted on

Nullable column Sort trick(Laravel)

A quick trick to sort a table based on the column that may contain nullable values ignoring the null, otherwise the orderBy won't work correctly.


of course, my example contains another trick which to return a sorted relation through the model.

Top comments (0)