pxlrbt/filament-image-compare
Composer 安装命令:
composer require pxlrbt/filament-image-compare
包简介
InfolistEntry for comparing images side by side
README 文档
README
Filament Favicon
Image Comparison / Two-Up Entry for Before/After Comparison.
Installation via Composer
composer require pxlrbt/filament-image-compare
Usage
ImageCompareEntry::make() ->leftImage(fn ($record) => $record->left_image) ->rightImage(fn ($record) => $record->right_image)
Contributing
If you want to contribute to this packages, you may want to test it in a real Filament project:
- Fork this repository to your GitHub account.
- Create a Filament app locally.
- Clone your fork in your Filament app's root directory.
- In the
/filament-image-comparedirectory, create a branch for your fix, e.g.fix/error-message.
Install the packages in your app's composer.json:
"require": { "pxlrbt/filament-image-compare": "dev-fix/error-message as main-dev", }, "repositories": [ { "type": "path", "url": "filament-image-compare" } ]
Now, run composer update.
Credits
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-30

