Skip to content

michaeld555/filament-money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Money field for filament forms

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages