michaeld555/filament-money

Money field for filament forms

Maintainers

Package info

github.com/michaeld555/filament-money

pkg:composer/michaeld555/filament-money

Statistics

Installs: 688

Dependents: 0

Suggesters: 0

Stars: 6

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:57:48 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$')