slym758/filament-collapsible-sidebar

A Filament v4 plugin that adds a collapsible sidebar with icon-only view
688 1
Install
composer require slym758/filament-collapsible-sidebar
Latest Version:v1.1.0
PHP:^8.2
License:MIT
Last Updated:Dec 4, 2025
Links: GitHub  ·  Packagist
Maintainer: slym758

Filament Collapsible Sidebar

A Filament plugin that adds a collapsible sidebar with icon-only view when collapsed.

Features

  • 🎯 Easy toggle button
  • 🎨 Icon-only view when collapsed
  • 💾 State persistence (localStorage)
  • 🌙 Dark mode support
  • ⚡ Smooth animations
  • 📱 Desktop only (hidden on mobile)

Requirements

  • PHP 8.2+
  • Filament 4.0+

Installation

Install via Composer:

composer require slym758/filament-collapsible-sidebar

Usage

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.

Screenshots

Add screenshots here

Changelog

Please see CHANGELOG for more information.

License

The MIT License (MIT). Please see License File for more information.

Credits

Related Packages

martin6363/filament-sidebar-resize

Drag-to-resize Filament v5 admin sidebar with localStorage persistence

1,328 6
emuniq/filament-collapsible-subnav

A Filament v3, v4 & v5 plugin for collapsible sub-navigation sidebar.

13,800 9
awcodes/filament-badgeable-column

Filament Tables column to append and prepend badges.

638,558 147
awcodes/filament-table-repeater

A modified version of the Filament Forms Repeater to display it as a table.

967,716 267
digital-creative/collapsible-resource-manager

A custom sidebar menu with collapsible groups

919,615 199