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
v1.0.1

Full Changelog: https://github.com/sanzgrapher/filament-draggable-modal/compare/v1.0.0...v1.0.1

Dependency Update: Downgraded the filament/filament requirement from ^5.0 to ^4.0 to ensure broader compatibility with existing Filament v4 projects.

v1.0.0

v1.0.0 - Initial Release 🚀 I am excited to announce the first stable release of Filament Draggable Modal! This package enhances the Filament PHP user experience by allowing users to move modals around the screen, preventing them from blocking underlying content.

✨ Features Draggable Interface: Simply click and hold the modal header to move it anywhere within the viewport.

Seamless Integration: Works with standard Filament modals without complex configuration.

Lightweight: Minimal overhead, built specifically for the TALL stack ecosystem.

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

🤝 Contributing If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request on the GitHub repository.

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