MoneyPHP implementation for Laravel
- Use LaraMoneyCast to cast values to a json field like ['amount' => 100, 'currency' => 'brl']
- Use LaraMoneySimpleCast to cast values directly to an integer field with an optional 'currency' field inside the model.
- Use Money facade for anything else