wallacemaxters/filament-brl-input

0.0.1 2025-07-24 01:45 UTC

This package is auto-updated.

Last update: 2025-07-24 02:14:07 UTC


README

A Filament form component that provides an input field with a currency mask for BRL (Brazilian Real - R$).

🚀 Installation

Via Composer:

composer require wallacemaxters/filament-brl-input

⚙️ Usage Example

use WallaceMaxters\FilamentBrlInput\Money;

Money::make('value')
    ->label('BRL')
    ->required();

📥 Contributions

Contributions are welcome! Feel free to open issues or submit pull requests.

📄 License

This project is licensed under the MIT License.