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

Not support Laravel 5.6? #101

Closed MatanYadaev closed 6 years ago

MatanYadaev commented 6 years ago

php artisan currency:update return success response but actually there is nothing in currencies table maybe not support laravel 5.6?

zymawy commented 5 years ago

@MatanYadaev Did You Manage It ?

MatanYadaev commented 5 years ago

@zymawy I just didn't execute the correct command. The correct command was: php artisan currency:update -o (for OpenExchengeRate)

https://github.com/Torann/laravel-currency/issues/103

zymawy commented 5 years ago

@MatanYadaev Welcome, This Is Waird I Have Try It but getting

The "-o" option does not exist.