Image Compare
Image Comparison / Two-Up Entry for Before/After Comparison.
Author:
Dennis Koch
Documentation

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
The author
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.
From the same author
Translate Action
Translate your forms content with the click of a button.
Author:
Dennis Koch
Environment Indicator
Never confuse your tabs with different Filament environments again.
Author:
Dennis Koch
Favicon
Easiest way to add favicons to your table and schemas
Author:
Dennis Koch
Activity Log
Add a Filament page that nicely shows your spatie/laravel-activitylog.
Author:
Dennis Koch
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese
Data Lens
Advanced Data Visualization for Laravel Filament - a premium reporting solution enabling custom column creation, sophisticated filtering, and enterprise-grade data insights within admin panels.
Padmission