This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
BSD 2-Clause "Simplified" License
395
stars
136
forks
source link
Apply negative formatting to currency_format #73
Closed
MartinJac closed 7 years ago
Applied the negative formatting fix to
currency_format()
since it was only applied tocurrency()
.Relevant: #61 and e8fe839