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 138 forks source link

Activate currency by default #143

Closed damms005 closed 2 years ago

damms005 commented 3 years ago

When currencies are added using this package's artisan add command, the currency is not active by default. Hence, none of the newly added currency is 'usable' by the system to auto-set user currency based on user request (i.e. get request as e.g currency=gbp). This change ensures that no extra step is needed to use a newly (artisan) added currency