michaeld555/filament-money

Money field for filament forms
809 5
Install
composer require michaeld555/filament-money
Latest Version:v1.0.3
PHP:^8.1 || ^8.2 || ^8.3 || ^8.4
License:GPL-3.0-or-later
Last Updated:Mar 30, 2026
Links: GitHub  ·  Packagist
Maintainer: michaeld555

Money Input for Filament

Supported Versions

  • Laravel 10, 11, 12 and 13
  • Filament 3, 4 and 5

Installation

Require this package in your composer.json and update composer:

composer require michaeld555/filament-money

Using

To create a money input use:

use Michaeld555\FilamentMoney\MoneyInput;

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

The legacy namespace remains available:

use Michaeld555\SecureShell\MoneyInput;

Related Packages

defstudio/filament-money

An opinionated Filament money fields and columns handler

1,580 2
ymsoft/filament-money

Filament plugin for convenient storage and management of monetary fields

7,104 10
vlados/laravel-blade-crawler-detect

Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...

5,439 0
andhikamaheva/date

A date library to help you work with dates in different languages

13 1