Package Data | |
---|---|
Maintainer Username: | nWidart |
Maintainer Contact: | n.widart@gmail.com (Nicolas Widart) |
Package Create Date: | 2015-03-22 |
Package Last Update: | 2016-11-02 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-15 03:02:49 |
Package Statistics | |
---|---|
Total Downloads: | 248 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
A laravel integration of my MoneyFormatter package.
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"
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.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.