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

Apply negative formatting to currency_format #73

Closed MartinJac closed 7 years ago

MartinJac commented 7 years ago

Applied the negative formatting fix to currency_format() since it was only applied to currency().

Relevant: #61 and e8fe839