Download the PHP package shreejan/dash-arrange without Composer
On this page you can find all versions of the php package shreejan/dash-arrange. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shreejan/dash-arrange
More information about shreejan/dash-arrange
Files in shreejan/dash-arrange
Package dash-arrange
Short Description A Filament plugin for customizable dashboard widgets with drag & drop functionality
License MIT
Homepage https://github.com/shreejanpandit/arragne-dashboard
Informations about the package dash-arrange
DashArrange
A Filament plugin that allows users to customize their dashboard widgets with drag & drop functionality.
Installation
Setup
Quick Setup (Recommended)
Run the install command which will automatically:
- Publish and run migrations
- Publish the Dashboard stub
Make sure your app/Providers/Filament/AdminPanelProvider.php uses the correct Dashboard class:
That's it! The package is now ready to use.
Manual Setup
If you prefer to set up manually:
1. Publish and Run Migrations
2. Update Your Dashboard Page
Update your app/Filament/Pages/Dashboard.php to use DashArrange:
3. Update AdminPanelProvider
Make sure your app/Providers/Filament/AdminPanelProvider.php uses the correct Dashboard class:
4. (Optional) Publish Configuration
Usage
Once installed, users will see a "Customize My Dashboard" button on their dashboard. They can:
- Drag and drop widgets to reorder them
- Show/hide widgets using checkboxes
- Save their preferences (stored per user)
- Revert unsaved changes with the Cancel button
- Widget preferences are persistent and user-specific
Configuration
Edit config/dash-arrange.php to customize:
- Grid columns: Default number of columns for the dashboard grid
- User model: Customize the user model if needed
- Permission checks: Add custom permission logic for widgets
- Customize Dashboard Button:
customize_dashboard_title: The title text for the customize dashboard button (default: 'Customize My Dashboard')customize_dashboard_button_color: The color of the customize dashboard button. Colors can be added inAdminPanelProvider.php->colors()method (default: 'primary')
Requirements
- PHP ^8.2
- Filament ^4.0
- Laravel ^12.0
Features
- ✅ Drag & drop widget reordering
- ✅ Show/hide widgets with checkboxes
- ✅ User-specific preferences (stored in database)
- ✅ Permission-based widget visibility (FilamentShield compatible)
- ✅ Responsive grid layout
- ✅ Widget column span support
- ✅ Easy installation command
- ✅ Fully customizable configuration
Support
- GitHub Repository: https://github.com/shreejanpandit/arragne-dashboard
- Issues: Report a bug or request a feature
Credits
Security
If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
📄 License
The MIT License (MIT). Please see License File for more information.
All versions of dash-arrange with dependencies
filament/filament Version ^4.0|^5.0
illuminate/support Version ^12.0|^13.0
illuminate/database Version ^12.0|^13.0