wallacemaxters/filament-brl-input

Installs: 53

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/wallacemaxters/filament-brl-input

4.0.0 2025-08-13 16:23 UTC

This package is auto-updated.

Last update: 2025-09-13 16:49:25 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.