nwidart/money-formatter-laravel
MoneyFormatter Laravel
A laravel integration of my MoneyFormatter package.
Install
Via Composer
$ composer require nwidart/money-formatter-laravel
Add the service provider to config/app.php
'Nwidart\MoneyFormatterLaravel\MoneyFormatterServiceProvider'
Optional: Publish the configuration file
$ php artisan vendor:publish --provider="Nwidart\MoneyFormatterLaravel\MoneyFormatterServiceProvider"
Usage
Inject the MoneyFormatter class into your methods/constructors. Or use the MoneyFormatter Facade.
For information on the usage of the MoneyFormatter class, please refer to the original repository.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
610,259,779
9,704