wallacemaxters/filament-brl-input

356 3
Install
composer require wallacemaxters/filament-brl-input
Latest Version:4.0.0
License:MIT
Last Updated:Aug 13, 2025
Links: GitHub  ·  Packagist
Maintainer: wallacemaxters

🎯 wallacemaxters/filament-brl-input

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.

Related Packages

doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

634,760,849 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444
laravel/serializable-closure

Laravel Serializable Closure provides an easy and secure way to serialize closur...

404,034,618 608
nunomaduro/collision

Cli error handling for console/command-line PHP applications.

387,976,821 4,658