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

some problem on server side #76

Closed spawnash closed 7 years ago

spawnash commented 7 years ago

i push code to the aws server currencies can work but when i update the parameter nothing change to the currencies

on local side everythings work fine.

spawnash commented 7 years ago

i figure out because line 229 has a cache https://github.com/Torann/laravel-currency/blob/master/src/Currency.php

so when debug = false will cause this issue