DEV Community

Cover image for Nullable column Sort trick(Laravel)
Mohammad ALi Abd Alwahed
Mohammad ALi Abd Alwahed

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.

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

Top comments (0)