michaeld555/filament-money

Money field for filament forms

v1.0.2 2024-11-29 17:51 UTC

This package is auto-updated.

Last update: 2024-12-29 17:59:32 UTC


README

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$')