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

Does this package sopport bitcoin ? #110

Open vdomah opened 5 years ago

vdomah commented 5 years ago

Does this package sopport bitcoin ?

lasamarndi commented 5 years ago

](url)

repat commented 5 years ago

yes

Fluotonic commented 4 years ago

No it doesn't! Check the source of this package and you won't find any mention of Bitcoin or any other crypto, actually. Adding them manually is fairly easy though (directly in your DB), and then run the update command to get the corresponding rate, as for the other currencies.

For folks having trouble updating, dont forget to add -o at the end of your update command. It's necessary for using OpenExchangeRates instead of Yahoo (who ended up closing their free service): php artisan currency:update -o