laravel-currency
laravel-currency copied to clipboard
Indian Currency Format
The package does not support format for Indian currency. The Indian currency system works differently than the International currency system.
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.