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

composer require pxlrbt/filament-image-compare
ImageCompareEntry::make() ->leftImage(fn ($record) => $record->left_image) ->rightImage(fn ($record) => $record->right_image)
If you want to contribute to this packages, you may want to test it in a real Filament project:
/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.
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.