Download the PHP package phpsa/filament-password-reveal without Composer
On this page you can find all versions of the php package phpsa/filament-password-reveal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package filament-password-reveal
Filament Password Input
Password input that allows shows/hide, copy and generate
Installation
You can install the package via composer:
Usage
Password::make('password')->autocomplete('new_password')->...
additional methods:
Methods that allow some extendability
- Password Reveal
-
...->revealable(bool|Closure $condition)
- default: true
-
...->initiallyHidden(bool|Closure $condition)
- default: true
-
...->showIcon(string $icon)
- default: heroicon-o-eye
-
...->hideIcon(string $hide)]
- default: heroicon-o-eye-open
- Password Copy to Clipboard
-
...->copyable(bool|Closure)
default: false
-
...->copyIcon(string $icon)]
default: heroicon-o-clipboard
- Generate Password
...->generatable(bool|Closure)
default: false...->generateIcon($icon)
default: heroicon-o-key...->passwordLength(int)
default: 8...->passwordUsesNumbers(bool)
default: true...->passwordUsesSymbols(bool)
default: true
All three can be enabled at the same time.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-password-reveal with dependencies
PHP Build Version
Package Version
The package phpsa/filament-password-reveal contains the following files
Loading the files please wait ....