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
393 stars 136 forks source link

Astisan update command not updating exchange rates with OpenExchangeRates.org provided in config file. #103

Open Maxenus opened 6 years ago

Maxenus commented 6 years ago

Hi guys,

I am trying to update the currencies with the command 'php artisan currency:update'. The command works but the exchange rates of all the currencies is still 0. Is there anything I am doing wrong?

Also, the newly created currencies are all set with active = 0. Is there any command to active those new currencies?

qnox81 commented 6 years ago

php artisan currency:update -o for OpenExchengeRate

or

php artisan currency:update -g for Google

as source

max-kut commented 6 years ago

@qnox81 thanks! this is not specified in the documentation

giovannipds commented 4 years ago

Thanks @qnox81, php artisan currency:update -o worked.

Task to do before closing the issue: