emuniq/filament-collapsible-subnav
Filament v3–v5 plugin that adds a collapsible toggle to resource page sub-navigation sidebars (secondary nav), working with both top navigation and sidebar layouts. Auto-registers to all panels with zero configuration; optional theme CSS bundling.
php artisan collapsible-subnav:install) allows for performance optimization by bundling CSS with the theme, reducing HTTP requests. This is valuable for high-traffic applications.livewire:navigated listener resolves state desync issues, critical for real-time applications.livewire:navigated listener is critical for a seamless experience.aria-label, dark-mode tooltips) may be a deciding factor.CollapsibleSubnavPlugin::make()) enables granular control over where the plugin is applied.php artisan collapsible-subnav:install command provides a performance optimization path for teams already using Laravel’s frontend build tools. This step is optional and can be deferred until performance testing identifies a need.livewire:navigated listener ensures state persistence in Single-Page Applications, a critical feature for modern admin panels.composer require emuniq/filament-collapsible-subnav) and test on a non-production environment.php artisan collapsible-subnav:install and rebuild assets (npm run build).How can I help you explore Laravel packages today?