saadj55 / filament-copyable
There is no license information available for the latest version (0.1.4) of this package.
Filament fields and columns with copyable values
Package info
github.com/saadj55/filament-copyable
Language:Blade
pkg:composer/saadj55/filament-copyable
0.1.4
2022-10-12 17:30 UTC
Requires
- php: ^8.0
- filament/filament: ^2.9
- spatie/laravel-package-tools: ^1.10
This package is auto-updated.
Last update: 2026-03-13 00:49:31 UTC
README
Copyable Text Column and Field for Filament PHP.
Installation
You can install the package via composer:
composer require saadj55/filament-copyable
Usage
Column
In in your Table Schema:
\Saadj55\FilamentCopyable\Tables\Columns\CopyableTextColumn::make('name')
You can make the icon to only appear on hover with the ->showOnHover() method,
You can set a custom heroicon by using the ->icon('heroicon-o-duplicate') method.
Field
\Saadj55\FilamentCopyable\Forms\Components\CopyableTextInput::make('name')
License
The MIT License (MIT). Please see License File for more information.