fmfrlx / filamentsecretfield
This is package filamentsecretfield
Package info
github.com/FranciscoMoreira91/FilamentSecretField
pkg:composer/fmfrlx/filamentsecretfield
Fund package maintenance!
1.0.1
2025-08-22 17:41 UTC
Requires
- php: ^8.1
- filament/filament: ^3.0
- illuminate/contracts: ^10.0
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/laravel-ray: ^1.26
This package is not auto-updated.
Last update: 2026-04-18 18:47:03 UTC
README
A custom Filament form field that provides a secure input with a toggle visibility button (eye icon). Fully compatible with dark mode, supports placeholders and labels, and styled consistently with native Filament fields.
Installation
1. Install via Composer
composer require fmfrlx/filamentsecretfield
Usage
MaskedInput::make('example') ->label(__('example')),
Testing
composer test
License
The MIT License (MIT). Please see License File for more information.