Torann/laravel-currency

Does this package sopport bitcoin ?

Opened this issue · 3 comments

Does this package sopport bitcoin ?

  • [ ]

  • [ ]

  • [ ]

  • [ ]

  • [

](url)

repat commented

yes

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