Skip to content

Commit

Permalink
Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chapdel committed May 5, 2022
1 parent 209d267 commit ca6db5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
From the command line run:

```bash
$ composer require notchpay/currency
$ composer require restuniverse/currency
```

### Laravel's >=5.5 Auto-Discovery
Expand Down Expand Up @@ -64,6 +64,8 @@ Run this on the command line from the root of your project to generate the table
$ php artisan migrate
```

> note: Add your API_KEY to the .env file with (REST_UNIVERSE_API_KEY).
## Basic usage


Expand All @@ -73,6 +75,8 @@ The simplest way to use these methods is through the helper function `currency()
currency($amount, $from = null, $to = null, $format = true)
```



**Arguments:**

`$amount` - The float amount to convert
Expand Down

0 comments on commit ca6db5b

Please sign in to comment.