money maintained by laraveltech
Laravel Money
Installation
Run the following command from you terminal:
composer require laraveltech/money
or add this to require section in your composer.json file:
"laraveltech/money": "~1.0"
then run
composer update