PHPackages                             ngankt2/filament-topbar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. ngankt2/filament-topbar

ActiveLibrary[Admin Panels](/categories/admin)

ngankt2/filament-topbar
=======================

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.

v1.0.0(3mo ago)020MITBladePHP ^8.2|^8.3|^8.4

Since Jan 24Pushed 3mo agoCompare

[ Source](https://github.com/ngankt2/filament-topbar)[ Packagist](https://packagist.org/packages/ngankt2/filament-topbar)[ Docs](https://github.com/jeffersongoncalves/filament-topbar)[ RSS](/packages/ngankt2-filament-topbar/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

[![Filament Topbar](https://raw.githubusercontent.com/jeffersongoncalves/filament-topbar/2.x/art/jeffersongoncalves-filament-topbar.png)](https://raw.githubusercontent.com/jeffersongoncalves/filament-topbar/2.x/art/jeffersongoncalves-filament-topbar.png)

Filament Topbar
===============

[](#filament-topbar)

[![Latest Version on Packagist](https://camo.githubusercontent.com/91664afb5608bb72eeed24dac9944455d01659511ca1de9458ac42079f967c9f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d746f706261722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-topbar)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b470cd7fffc5f0ed1cd75a6633c7aef84ff0e9d05a0f59d652e4d055b4e63248/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d746f706261722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d322e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/jeffersongoncalves/filament-topbar/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3A2.x)[![Total Downloads](https://camo.githubusercontent.com/49e0b023243bc68111ddd4a06a086c7e0544df84c4d1e327971d824706ae4414/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6566666572736f6e676f6e63616c7665732f66696c616d656e742d746f706261722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeffersongoncalves/filament-topbar)

Description
-----------

[](#description)

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.

Preview
-------

[](#preview)

[![Preview Topbar Navigation](https://raw.githubusercontent.com/jeffersongoncalves/filament-topbar/2.x/art/preview-topbar-navigation.png)](https://raw.githubusercontent.com/jeffersongoncalves/filament-topbar/2.x/art/preview-topbar-navigation.png)

[![Preview Topbar Navigation Mobile](https://raw.githubusercontent.com/jeffersongoncalves/filament-topbar/2.x/art/preview-topbar-navigation-mobile.png)](https://raw.githubusercontent.com/jeffersongoncalves/filament-topbar/2.x/art/preview-topbar-navigation-mobile.png)

Features
--------

[](#features)

- 🎨 **Custom Topbar Component**: Replaces the default Filament topbar with an enhanced version
- 🔧 **Easy Integration**: Automatically integrates with your existing Filament panels
- 🚀 **Zero Configuration**: Works out of the box after installation
- 📱 **Responsive Design**: Maintains Filament's responsive design principles
- 🔄 **Backward Compatible**: Preserves the original topbar functionality while adding enhancements

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- Filament 4.x, 5.x

Installation
------------

[](#installation)

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.

Usage
-----

[](#usage)

Add in AdminPanelProvider.php

```
use JeffersonGoncalves\Filament\Topbar\TopbarPlugin;

->plugins([
    TopbarPlugin::make(),
])
```

### How it works

[](#how-it-works)

The package:

1. Registers a new custom topbar component that replaces the default one
2. Uses a custom Blade view that enhances the topbar functionality

### Customization

[](#customization)

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.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jèfferson Gonçalves](https://github.com/jeffersongoncalves)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance78

Regular maintenance activity

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

115d ago

Major Versions

v1.0.0 → 2.x-dev2026-01-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/f5b7e8bd7a13defdc21242fcfd5d30c74451b6157048137992d564673383ed93?d=identicon)[ngankt2](/maintainers/ngankt2)

---

Top Contributors

[![jeffersongoncalves](https://avatars.githubusercontent.com/u/411493?v=4)](https://github.com/jeffersongoncalves "jeffersongoncalves (20 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelfilamentjeffersongoncalvesfilament-topbar

###  Code Quality

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ngankt2-filament-topbar/health.svg)

```
[![Health](https://phpackages.com/badges/ngankt2-filament-topbar/health.svg)](https://phpackages.com/packages/ngankt2-filament-topbar)
```

###  Alternatives

[awcodes/filament-quick-create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

246177.6k7](/packages/awcodes-filament-quick-create)[jeffersongoncalves/filament-topbar

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.

171.2k](/packages/jeffersongoncalves-filament-topbar)[inerba/filament-db-config

A Filament plugin for database-backed application settings and editable content, with caching and easy page generation.

329.1k](/packages/inerba-filament-db-config)[openplain/filament-tree-view

Tree view for Filament resources - drop-in replacement for Table with drag-and-drop hierarchical data management

318.5k](/packages/openplain-filament-tree-view)[caresome/filament-neobrutalism-theme

A neobrutalism theme for FilamentPHP admin panels

303.2k](/packages/caresome-filament-neobrutalism-theme)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

233.8k](/packages/andreia-filament-ui-switcher)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
