Skip to content

nWidart/MoneyFormatter-Laravel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

Laravel integration for my MoneyFormatter Package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages