| Install | |
|---|---|
composer require slym758/filament-collapsible-sidebar |
|
| Latest Version: | v1.1.0 |
| PHP: | ^8.2 |
A Filament plugin that adds a collapsible sidebar with icon-only view when collapsed.
Install via Composer:
composer require slym758/filament-collapsible-sidebar
Add the plugin to your panel provider:
use Slym758\CollapsibleSidebar\CollapsibleSidebarPlugin;
public function panel(Panel $panel): Panel
{
return $panel
->plugins([
CollapsibleSidebarPlugin::make(),
]);
}
That's it! A toggle button will appear in your sidebar.
Add screenshots here
Please see CHANGELOG for more information.
The MIT License (MIT). Please see License File for more information.