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

Currency is not persistent #94

Open shahidkarimi opened 6 years ago

shahidkarimi commented 6 years ago

The currency works fine as long as there is ?currency=GPB in the URL otherwise it goes to default currency. How to make it persistent?

Xerixe commented 6 years ago

You can set the currency in the session with the key "currency"