I have a Database with Budapest Districts in it i.e
- I.
- II.
- V.
- IV.
- IX.
These are strings in my Database.
If I was to order by their column "region". The order is wrong.
Is there any way I can order a Laravel Collection or even write a custom "order by" for either the collection or the Database search to order by the roman numeral equivalent?
Thanks.