Looking to hire Laravel developers? Try LaraJobs

money-formatter-laravel maintained by nwidart

Description
Laravel Money formatter integration
Last update
2016/11/02 11:11 (dev-master)
License
Downloads
339

Comments
comments powered by Disqus

MoneyFormatter Laravel

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

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.