Download the PHP package tuxones/filament-js-money-field without Composer
On this page you can find all versions of the php package tuxones/filament-js-money-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tuxones/filament-js-money-field
More information about tuxones/filament-js-money-field
Files in tuxones/filament-js-money-field
Package filament-js-money-field
Short Description A Laravel Filament plugin for dynamic international currency masking using JavaScript Intl, supporting flexible currency and locale configuration via closures.
License MIT
Homepage https://github.com/tuxones/filament-js-money-field
Informations about the package filament-js-money-field
This is my package filament-js-money-field
A Filament plugin for dynamic international currency masking using JavaScript Intl, supporting flexible currency and locale configuration via closures.
This plugin extends the functionality of a standard text field by adding a dynamic currency mask. All properties and behaviors of the standard field remain intact. The entered value is stored as an integer, including the decimal cents, without any currency symbols or formatting.
Installation
You can install the package via composer:
Usage
Form
Table column
InfoList
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-js-money-field with dependencies
filament/forms Version ^3.0
spatie/laravel-package-tools Version ^1.15.0
ext-intl Version *
moneyphp/money Version ^4.6