Filament Plugins

Purchase

Image editing

The Media Library includes an in-browser image editor that lets you crop, rotate, flip and adjust images directly from the file info panel, without leaving Filament. Both the Media Library Item driver and the Spatie Media Library driver support image editing.

Prerequisites

Image editing requires the Filament Upload Pro package (ralphjsmit/laravel-filament-upload-pro). Once that package is installed and auto-discovered by Laravel, the edit button appears automatically in the file info panel for supported image types. No further configuration is needed.

Image editing is not available for SVG, HEIC, HEIF, and TIFF files. The edit button is automatically hidden for those formats.

Disabling image editing

If you want to disable the image editor, call ->uploadProIntegration(false) on the plugin:

app/Providers/Filament/AdminPanelProvider.php
$plugin->uploadProIntegration(false)

What happens to the original file

When you save an edit, the driver overwrites the original file in-place on the disk. The file size and MIME type records are updated to reflect the new binary, and all derived conversions (including responsive images) are regenerated from the edited file. There is no version history – the previous binary is replaced immediately.

© FilamentPlugins.com ✦ 2022 – 2026
PrivacyTerms & Conditions
All rights reserved.