jeffersongoncalves/filament-topbar
Filament plugin that replaces the default topbar with an enhanced, responsive topbar showing navigation and user UI elements in better positions. Zero-config: install and it auto-integrates with existing panels. Requires PHP 8.2+ and Filament 5.x.

A simple yet effective Filament plugin that automatically adds a customized topbar to your Filament admin panel. This plugin enhances your Filament panel's user experience by replacing the default topbar component with an improved version that displays navigation and user interface elements in strategic locations.


You can install the package via composer:
composer require jeffersongoncalves/filament-topbar:^3.0
The package will automatically register its service provider and replace the default Filament topbar component.
Add in AdminPanelProvider.php
use JeffersonGoncalves\Filament\Topbar\TopbarPlugin;
->plugins([
TopbarPlugin::make(),
])
The package:
If you need to customize the topbar view, you can publish the views:
php artisan vendor:publish --tag="filament-topbar-views"
This will publish the topbar view to resources/views/vendor/filament-topbar/components/topbar.blade.php where you can modify it according to your needs.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.
How can I help you explore Laravel packages today?