akaunting / laravel-money

Currency formatting and conversion package for Laravel
https://akaunting.com
MIT License
732 stars 101 forks source link

Make Currency & Money Macroable #76

Closed ralphjsmit closed 1 year ago

ralphjsmit commented 1 year ago

This PR adds the Illuminate\Support\Traits\Macroable to the package. As there's currently no option to implement our own custom formatters, this would allow us to add a custom method for a specific format (e.g. ->formatMollie()).

Thanks!