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
392 stars 137 forks source link

Negative currency #61

Closed sandman06 closed 6 years ago

sandman06 commented 7 years ago

negative US currency displays as $-3.00 where it is normally appropriate to use -$3.00 or ($3.00). Perhaps just a formatting issue.

Torann commented 7 years ago

Hmmm, yeah that should not look like that. I'll check into it

Torann commented 7 years ago

Fix is going out in v1.0.6