| Install | |
|---|---|
composer require michaeld555/filament-money |
|
| Latest Version: | v1.0.2 |
| PHP: | >=8.0 |
Require this package in your composer.json and update composer. This will download the package.
composer require michaeld555/filament-money
To create a money input use:
use Michaeld555\SecureShell\MoneyInput;
MoneyInput::make('value')
->prefix('R$')