Order Data By Mutator Attribute In Laravel
Accessor and mutator help us to change data by custom functionally automatically. While working with a mutator sometimes we need to order or sort data by mutator column. But the Eloquent model’s orderBy() method doesn’t work with mutator value. So how to order data by mutator column value? In this article, we will create a