Nullable column Sort trick(Laravel)

Mohammad ALi Abd Alwahed - May 8 '23 - - Dev Community

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.

. . . . . . . . . . . . . .
Terabox Video Player