wallacemaxters/filament-brl-input

0.0.3 2025-07-26 21:20 UTC

This package is auto-updated.

Last update: 2025-07-26 21:21:04 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.