moox/clipboard
Moox Clipboard adds Filament form fields with a built-in “copy to clipboard” action, making it easy for users to copy values like tokens, IDs, or URLs from your admin panels. Install via Composer and run moox:install to get started.
moox/moox is a hard dependency or optional.TextInput, MarkdownEditor).moox/moox dependencies (if any) are acceptable.composer require moox/clipboard
php artisan moox:install
UserResource) with non-sensitive data.TextInput, CodeEditor). Check if it supports custom fields.TextInput).moox/clipboard and moox/moox for updates. Use Composer’s update command cautiously.| Failure Scenario | Impact | Mitigation |
|---|---|---|
| Clipboard API blocked (CSP) | Users can’t copy data. | Provide fallback (e.g., download as file). |
| Browser compatibility issues | Clipboard fails in legacy browsers. | Polyfill or gracefully degrade. |
| Sensitive data exposure | Clipboard leaks API keys/logs. | Restrict to non-sensitive fields or use Filament policies. |
| JavaScript errors | Clipboard button breaks UI. | Wrap in try/catch or feature-detect. |
How can I help you explore Laravel packages today?