akaunting / laravel-money

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

Using defaultCurrency from the config file #82

Closed Superanton closed 1 year ago

Superanton commented 1 year ago

Since #72 might not the merged, maybe you can merge this PR?

Right now it's not possible to use the @money-blade-helper-function with "defaultCurrency" set in the money.php config-file. My suggestion is using "defaultCurrency" from the config-file for the Blade-helper.

Superanton commented 1 year ago

I used cknow/laravel-money and included Filament, which included akaunting/laravel-money, and the two packages collided. My fault, sorry.