laravel-money
laravel-money copied to clipboard
Laravel Money.
What are your think about an class and method to conversion exchange money using any API. For example. echo Money::conversion('4.00', 'BRL', 'US); // $ 12.00
Dears, During my development i found that the currency fields doesn't get filled with new instances and i have to fill the currency manually i checked the code and it...
> Version : v7.0.0 Hello, when we multiply or divide a Cknow\Money\Money by a float or float cast to string, we loose some precision, the result seems to be truncated....
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
Laravel 11 will be released in March, this PR prepares this package for Laravel 11. It also: - Drops support for PHP-versions below 8.1, because they are not supported anymore...
Money\ Exception\ UnknownCurrencyException Cannot find currency USD CALLING : Money::USD
Hi Guys, i had a hard time finding a typo (postive -> *posItive) when calling `if(money(0)->isPostive()) ` always resulting to true because no fatal error is returned when doing so....
Create a formatter that allows: - [ ] Position the symbol on the left, right side or remove it - [ ] Add space between the symbol - [ ]...
First of all, thank you for creating and maintaining this wonderful wrapper for money-php. ### Issue Details When passing `Money` object as data/props to Blade view/components, the money gets rendered...