PHPackages                             athul-suresh/filament-draggable-modal - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. athul-suresh/filament-draggable-modal

Abandoned → [sanzgrapher/filament-draggable-modal](/?search=sanzgrapher%2Ffilament-draggable-modal)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

athul-suresh/filament-draggable-modal
=====================================

A Filament plugin that adds draggable behavior to modal dialogs.

v1.0.0(3mo ago)010MITPHP ^8.2

Since Feb 7Pushed 1mo agoCompare

[ Source](https://github.com/Athul-Suresh/filament-draggable-modal)[ Packagist](https://packagist.org/packages/athul-suresh/filament-draggable-modal)[ RSS](/packages/athul-suresh-filament-draggable-modal/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

Filament Draggable Modal
========================

[](#filament-draggable-modal)

[![Filament Draggable Modal Feature](filament-draggable-modal-feature.jpg)](filament-draggable-modal-feature.jpg)

[![Latest Version on Packagist](https://camo.githubusercontent.com/54bb13f6b322b2fdebc65ef447c00b27158a4d203573a369b7f12e8855526e48/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73616e7a677261706865722f66696c616d656e742d647261676761626c652d6d6f64616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sanzgrapher/filament-draggable-modal)[![Total Downloads](https://camo.githubusercontent.com/ae93dce22adfa344321402f7d5b1a61be1a42e0686ac3aea065b3628dd6d6464/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73616e7a677261706865722f66696c616d656e742d647261676761626c652d6d6f64616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/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.

Features
--------

[](#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
------------

[](#installation)

You can install the package via composer:

```
composer require sanzgrapher/filament-draggable-modal
```

Usage
-----

[](#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
---------------

[](#troubleshooting)

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

```
php artisan filament:assets
```

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Sanzgrapher](https://github.com/sanzgrapher)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance87

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

94d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a9bb1f2c738439da194b95bf0843dcc82056baa2448b3b805e23d66a48d7ac5?d=identicon)[Athul-Suresh](/maintainers/Athul-Suresh)

---

Top Contributors

[![sanzgrapher](https://avatars.githubusercontent.com/u/101717917?v=4)](https://github.com/sanzgrapher "sanzgrapher (6 commits)")

---

Tags

laravelmodalfilamentdraggable

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/athul-suresh-filament-draggable-modal/health.svg)

```
[![Health](https://phpackages.com/badges/athul-suresh-filament-draggable-modal/health.svg)](https://phpackages.com/packages/athul-suresh-filament-draggable-modal)
```

###  Alternatives

[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[sanzgrapher/filament-draggable-modal

Make Filament modals draggable.

172.2k1](/packages/sanzgrapher-filament-draggable-modal)[agencetwogether/hookshelper

Simple plugin to toggle display hooks available in current page.

2312.7k](/packages/agencetwogether-hookshelper)[promethys/revive

A 'RecycleBin' page where users can restore or delete permanently soft-deleted models.

161.2k](/packages/promethys-revive)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
