Redis – Laravel – Eloquent to Json, and then sortBy on json object not working
I have this json value that I want to be sorty but for some reason it's not working. [ { "id": 15028, "order_id": 342, "user_id": 3, "status": "1", "priority": "1", "donedate": null, "user": { "id": 3, "name": "Max" } },…