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

Add updateFromGoogle method and added command line option for it #91

Closed joe-pritchard closed 6 years ago

joe-pritchard commented 6 years ago

I'm using this library for my exchange rates, but was unable to use yahoo finance (it doesn't seem to be working at all right now) so I added the option to use Google Finance instead. From the command, you can use the -g or --google options

joe-pritchard commented 6 years ago

I should have fetched before I submitted this pull request, please ignore me