Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Filament Draggable Modal Laravel Package

sanzgrapher/filament-draggable-modal

View on GitHub
Deep Wiki
Context7

Filament Draggable Modal

Filament Draggable Modal Feature

Latest Version on Packagist Total Downloads

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.

Features

  • Zero Configuration: Just register the plugin and it works.
  • Filament v5 Ready: Designed specifically for the latest Filament version.
  • Smooth Dragging: Uses fixed positioning and handles CSS transforms to prevent jumping.
  • Smart Handle Detection: Draggable by the modal header, but buttons and inputs remain clickable.

Installation

You can install the package via composer:

composer require sanzgrapher/filament-draggable-modal

Usage

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());
}

Troubleshooting

If the modals are not draggable after installation, ensure you have published the assets:

php artisan filament:assets

Security

If you discover any security-related issues, please email narayandhakal443@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope