michaeld555/filament-money

Money field for filament forms
693 6
Install
composer require michaeld555/filament-money
Latest Version:v1.0.2
PHP:>=8.0
Maintainer: michaeld555

Money Input for Filament

Installation

Require this package in your composer.json and update composer. This will download the package.

composer require michaeld555/filament-money

Using

To create a money input use:

    use Michaeld555\SecureShell\MoneyInput;

    MoneyInput::make('value')
    ->prefix('R$')