sanzgrapher/filament-draggable-modal

A simple yet powerful Filament v5 plugin to make all your modals draggable. Improve your users' flow by allowing them to move modals out of the way to see the content underneath.
You can install the package via composer:
composer require sanzgrapher/filament-draggable-modal
Register the plugin in your Panel Provider (usually AdminPanelProvider.php):
use Sanzgrapher\DraggableModal\DraggableModalPlugin;
public function panel(Panel $panel): Panel
{
return $panel
// ... other configuration
->plugin(DraggableModalPlugin::make());
}
If the modals are not draggable after installation, ensure you have published the assets:
php artisan filament:assets
If you discover any security-related issues, please email narayandhakal443@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
How can I help you explore Laravel packages today?