ibnaqil/secure-field
最新稳定版本:v1.0.0
Composer 安装命令:
composer require ibnaqil/secure-field
包简介
Secure and encrypted input field for Filament
README 文档
README
A secure text input field for Filament that encrypts data when saving and decrypts on load — useful for passphrases or confidential input.
Installation
composer require ibnaqil/secure-field
Usage
use Ibnaqil\SecureField\Components\SecureField;
SecureField::make('passphrase')
->label('Secure Passphrase')
->required(),
That's it! Your data will be encrypted in storage and decrypted when displayed.
🔐 Notes
Requires Laravel 10+ and Filament 3
Uses Laravel's built-in encrypt() and decrypt() helpers
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-24