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

artisan currency add adds 0 for every exchange value. #70

Open hemantnarang33 opened 7 years ago

hemantnarang33 commented 7 years ago

when i try to add exchange values for currency it adds 0 for every one of it

ngugijames commented 6 years ago

Same here, exchange rate always zero after adding and running update

kitloong commented 6 years ago

Same problem here. Anyone have solution for this issue?

reina3596 commented 6 years ago

php artisan currency:update -o

For use openexchangerates

lpeterke commented 5 years ago

Having the same issue and the artisan command with -o parameter didn't solve it.

Fluotonic commented 4 years ago

Adding -o works well on my end. You can also be more verbous and use --openexchangerates if you prefer.