Download the PHP package kazuto/laravel-money without Composer
On this page you can find all versions of the php package kazuto/laravel-money. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kazuto/laravel-money
More information about kazuto/laravel-money
Files in kazuto/laravel-money
Package laravel-money
Short Description Money Cast and Facade for Laravel
License MIT
Homepage https://github.com/kazuto/laravel-money
Informations about the package laravel-money
Money Cast and Facade for Laravel
This package adds a money cast and money facade to simplify storing financial values in the database by adding them as an integer column instead of float, double, or decimal, thus eliminating the possibility of floating point errors and resulting miscalculations.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
Usage
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Kai Mayer
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-money with dependencies
ext-intl Version *
spatie/laravel-package-tools Version ^1.4.3
illuminate/contracts Version ^8.0|^9.0