| Install | |
|---|---|
composer require ngankt2/filament-topbar |
|
| Latest Version: | v1.0.0 |
| PHP: | ^8.2|^8.3|^8.4 |

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 ngankt2/filament-topbar:^2.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.