Plugins
Image Compare
Image Comparison / Two-Up Entry for Before/After Comparison.
Infolist entry
Dark theme support
Yes
Multi language support
No
Compatible with the latest version
Supported versions: 4.x
Documentation

header

Latest Version on Packagist Software License GitHub Workflow Status Total Downloads

Image Comparison / Two-Up Entry for Before/After Comparison.

Preview

#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-compare directory, 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

Dennis Koch

Dennis, a Filament core-team member, is dedicated to delivering high-quality plugins for your Filament projects. He is a freelance full-stack developer who works on several Laravel projects either individually or as part of small teams. In his work, he utilizes both Livewire and Inertia.

8
Plugins
1,475
Stars
More from this author
Featured Plugins