sanzgrapher/filament-draggable-modal
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 - 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.
How can I help you explore Laravel packages today?