An open API service indexing awesome lists of open source software.

https://github.com/nthndnn/laravel-currency-casts


https://github.com/nthndnn/laravel-currency-casts

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Laravel Currency Casts 💵

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.

## Installation

You can install the package via [Composer](https://getcomposer.org/):

```bash
composer require nathandunn/laravel-currency-casts
```