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
392 stars 137 forks source link

add cache_driver configurability #56

Closed alberto-bottarini closed 7 years ago

alberto-bottarini commented 7 years ago

Hi, I've added the possibility to use a custom cache driver. You can configure it in config file.

The $cache member of Currency class, is not a CacheManager instance anymore, but it will be a Repository object.