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

Indian Currency Format #118

Open ashu555 opened 5 years ago

ashu555 commented 5 years ago

The package does not support format for Indian currency. The Indian currency system works differently than the International currency system.

izshreyansh commented 3 years ago

Please explain in details what do you like be changed?

Currently currency symbol(₹) is postfixed like this: 25₹. If you want it prefixed like this: ₹25.

You just have to update the table currencies, Select the row for INR and update the format column, To have postfixed currency symbols.