The Archive



Use MySQL CASE in Laravel v5.2 queries

Categories: Coding | Laravel | My Blurbs

In this post, I'll go over how to use MySQL CASE within Laravel v5.2 queries, give some use cases and also give some examples for my copy-paste homies. After working with this for a little while now, it has been a game changer in situations where I need to normalize data in the application I currently work with. Hopefully it does some game changing for you as well.

Continue Reading...