Download the PHP package codebar-ag/filament-revealable-field without Composer
On this page you can find all versions of the php package codebar-ag/filament-revealable-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codebar-ag/filament-revealable-field
More information about codebar-ag/filament-revealable-field
Files in codebar-ag/filament-revealable-field
Package filament-revealable-field
Short Description This is my package laravel-filament-revealable-field
License MIT
Homepage https://github.com/codebarag/laravel-filament-revealable-field
Informations about the package filament-revealable-field

💡 What is Filament Revealable Field?
Filament Revealable Field is an Infolist Field for toggling the visibility of sensitive data. It provides a secure way to display confidential information that can be revealed on demand, with optional copy-to-clipboard functionality.
🛠 Requirements
Package | PHP | Laravel | Filament Infolists |
---|---|---|---|
v13.0.0 (alpha) | ^8.3 | ^13.x | ^4.0 |
v12.0.0 | ^8.2 | ^12.x | ^3.0 |
v2.0.0 | ^8.2 - ^8.3 | 11.x | ^3.2 |
v1.0.0 | ^8.2 - ^8.3 | 11.x | ^3.2 |
⚙️ Installation
You can install the package via composer:
CSS Setup
Add the following to your resources/css/app.css
file:
Usage
Infolists: `
📋 Features
Revealable Content
- Click the eye icon to toggle visibility of sensitive data
- Hidden content is displayed as asterisks (
********
) - Secure by default - content is hidden until explicitly revealed
Copyable Content
- Enable copy-to-clipboard functionality with
->copyable()
- Customize copy message with
->copyMessage('Custom message')
- Set custom text to copy with
->copyableState('Custom text')
- Set copy message duration with
->copyMessageDuration(3000)
Available Methods
🚧 Testing
Copy your own phpunit.xml-file.
Run the tests:
📝 Changelog
Please see CHANGELOG for recent changes.
✏️ Contributing
Please see CONTRIBUTING for details.
Code Style
🧑💻 Security Vulnerabilities
Please review our security policy on reporting security vulnerabilities.
🙏 Credits
- Rhys Lees
- Sebastian Fix
- All Contributors
- Skeleton Repository from Spatie
- Laravel Package Training from Spatie
🎭 License
The MIT License (MIT). Please have a look at License File for more information.
All versions of filament-revealable-field with dependencies
filament/infolists Version ^4.0
illuminate/contracts Version ^12.0
livewire/livewire Version ^3.6
spatie/laravel-package-tools Version ^1.19