Torann / laravel-currency

This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
http://lyften.com/projects/laravel-currency
BSD 2-Clause "Simplified" License
390 stars 137 forks source link

Currency format for TRY #88

Closed onurkose closed 6 years ago

onurkose commented 6 years ago

php artisan currency:manage add TRY adds row to database in format "1,0.00 TL" but it should actually be "1.0,00 TL", also its name has been changed from "New Turkish Lira" to "Turkish Lira". https://www.currency-iso.org/en/home/tables/table-a1.html

-edit: Finally, it has a new symbol as "₺" https://en.wikipedia.org/wiki/Turkish_lira_sign

Torann commented 6 years ago

Thanks. I just updated the code