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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay