Currency formatting and conversion package for Laravel
This package intends to provide tools for formatting and conversion monetary values in an easy, yet powerful way for Laravel projects.
Why not use the moneyphp package?
Because it uses the intl extension for number formatting. intl extension isn't present by default on PHP installs and can give different results in different servers.
Getting Started
1. Install
Run the following command:
composer require akaunting/laravel-money
2. Publish
Publish config file.
php artisan vendor:publish --tag=money
3. Configure
You can change the currencies information of your app from config/money.php file
请发表评论