PHPackages                             wilsilva/money - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. wilsilva/money

ActiveLibrary

wilsilva/money
==============

My first package, convert and management number in money

0.8.0(7y ago)51044[4 issues](https://github.com/wilsilva/money/issues)MITPHPPHP &gt;=7.0

Since Dec 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wilsilva/money)[ Packagist](https://packagist.org/packages/wilsilva/money)[ RSS](/packages/wilsilva-money/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (8)Used By (0)

Laravel Convert Money
=====================

[](#laravel-convert-money)

[![Latest Stable Version](https://camo.githubusercontent.com/41e96a2e70da096f859518de767abe67dae38571c71abb76f6dbc33ef646cbde/68747470733a2f2f706f7365722e707567782e6f72672f77696c73696c76612f6d6f6e65792f762f737461626c65)](https://packagist.org/packages/wilsilva/money)[![Latest Unstable Version](https://camo.githubusercontent.com/e7feff74ae3ea75916606a25728da5d368aab52bef359f04ec8b2c78ea97aa01/68747470733a2f2f706f7365722e707567782e6f72672f77696c73696c76612f6d6f6e65792f762f756e737461626c65)](https://packagist.org/packages/wilsilva/money)[![Total Downloads](https://camo.githubusercontent.com/5ee8ce352e2aacbce6469be21762ebf8aa6ec88b6505c40ed38054ed801184b9/68747470733a2f2f706f7365722e707567782e6f72672f77696c73696c76612f6d6f6e65792f646f776e6c6f616473)](https://packagist.org/packages/wilsilva/money)[![License](https://camo.githubusercontent.com/6c9c9e09de779a7df2933bc35d95bb47999efa097f90828305437f308f1a5bd2/68747470733a2f2f706f7365722e707567782e6f72672f77696c73696c76612f6d6f6e65792f6c6963656e7365)](https://packagist.org/packages/wilsilva/money)[![composer.lock](https://camo.githubusercontent.com/e202c21a8a80182f8f0a7922080ddf68b403369bcf4952dcce75c01d538cab85/68747470733a2f2f706f7365722e707567782e6f72672f77696c73696c76612f6d6f6e65792f636f6d706f7365726c6f636b)](https://packagist.org/packages/wilsilva/money)

Introduction
------------

[](#introduction)

My first package, convert number in money.

### Installation

[](#installation)

To install Money, just run the following command:

```
	composer require wilsilva/money

```

### Configuration

[](#configuration)

After installing the Money library, register the `WilSilva\Money\MoneyServiceProvider` in your `config/app.php` configuration file:

```
'providers' => [
    // Other service providers...

    WilSilva\Money\MoneyServiceProvider::class,
],
```

Add the `MoneyFacade` facade to the `aliases` array in your `app` configuration file:

```
'Money' => WilSilva\Money\Facade\MoneyFacade::class,
```

To publish the config settings in Laravel 5 use:

```
	php artisan vendor:publish --provider="WilSilva\Money\MoneyServiceProvider"

```

If you change type money, only to change in config/money.php

```
