Skip to content

Commit fcc25f0

Browse files
committed
Update README.md
1 parent cc1641e commit fcc25f0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# Laravel Currency Casts
1+
# Laravel Currency Casts 💵
2+
3+
Laravel Currency Casts allows conversion of a `Money` instance (from the [brick/money](https://github.com/brick/money) library) into a JSON-encoded string to be stored in a JSON field.
4+
5+
## Installation
6+
7+
You can install the package via [Composer](https://getcomposer.org/):
8+
9+
```bash
10+
composer require nathandunn/laravel-currency-casts
11+
```

0 commit comments

Comments
 (0)