laravel-money
laravel-money copied to clipboard
💵 Laravel Money is an open source package that provides you a convinient way to work with numbers from database with high precision and use them as monetary objects
That's been mentioned in [this issue](https://github.com/PostScripton/laravel-money/issues/149) that it would be useful if some sort of validation function for money-string was added, instead of wrapping `money_parse()` with try-catch blocks. Should add...
This means that currencies with, for example, `$` symbol will identify their true nature. For example, both Canadian and American dollars have the same symbol `$`, and in order to...
In Russian, we are used to write short definition of ruble like `100 руб.`, not symbol `₽`. So I'd like to add this functionallity on config level and on built-in...