PHPackages                             wotz/filament-admin-bar - 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. wotz/filament-admin-bar

ActiveLibrary[Admin Panels](/categories/admin)

wotz/filament-admin-bar
=======================

Admin bar for filament

v2.1.1(2mo ago)01.3k↓66.7%MITBladePHP ^8.3CI passing

Since Oct 2Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/wotzebra/filament-admin-bar)[ Packagist](https://packagist.org/packages/wotz/filament-admin-bar)[ Docs](https://github.com/wotzebra/filament-admin-bar)[ RSS](/packages/wotz-filament-admin-bar/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (27)Versions (25)Used By (0)

Admin bar for filament
======================

[](#admin-bar-for-filament)

This package will add an admin bar to the frontend, only visible for logged in Filament users.

[![img.png](docs/img.png)](docs/img.png)

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

[](#installation)

You can install the package via composer:

```
composer require wotz/filament-admin-bar
```

DO NOT forget to publish the CSS files, or the bar will not be visible:

```
php artisan vendor:publish --force --tag=filament-admin-bar-assets
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-admin-bar-config"
```

This is the contents of the published config file:

```
return [
    'tabs' => [
        Wotz\FilamentAdminBar\Tabs\SeoTab::class,
        Wotz\FilamentAdminBar\Tabs\TranslatableStringsTab::class,
    ],
    'translatable-strings-tab' => [
        'excluded' => [
            'filament-admin-bar::*',
            'routes.*',
        ],
    ],
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-admin-bar-views"
```

Usage
-----

[](#usage)

```

```

Documentation
-------------

[](#documentation)

For the full documentation, check [here](./docs/index.md).

Testing
-------

[](#testing)

```
vendor/bin/pest
```

Changelog
---------

[](#changelog)

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

Upgrading
---------

[](#upgrading)

Please see [UPGRADING](UPGRADING.md) for more information on how to upgrade to a new version.

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

[](#contributing)

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

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

[](#security-vulnerabilities)

If you discover any security-related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

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

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance86

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~55 days

Recently: every ~15 days

Total

18

Last Release

67d ago

Major Versions

v0.1.2 → v1.0.02023-12-07

v1.4.0 → v2.0.02026-01-20

v1.4.1 → v2.1.02026-04-16

v1.4.2 → v2.1.12026-04-27

PHP version history (2 changes)v0.1.0PHP ^8.2

v2.1.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/15cf50c665151125e406b8daceaca4ce27096798f9295cbae2f17b29440241f6?d=identicon)[Who Owns The Zebra](/maintainers/Who%20Owns%20The%20Zebra)

---

Top Contributors

[![jyrkidn](https://avatars.githubusercontent.com/u/2447042?v=4)](https://github.com/jyrkidn "jyrkidn (33 commits)")[![AngryMoustache](https://avatars.githubusercontent.com/u/20287748?v=4)](https://github.com/AngryMoustache "AngryMoustache (32 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (20 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (10 commits)")[![Thomva](https://avatars.githubusercontent.com/u/67506591?v=4)](https://github.com/Thomva "Thomva (7 commits)")[![DevolderLouise](https://avatars.githubusercontent.com/u/80472390?v=4)](https://github.com/DevolderLouise "DevolderLouise (6 commits)")[![thibautdeg](https://avatars.githubusercontent.com/u/71264420?v=4)](https://github.com/thibautdeg "thibautdeg (5 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (1 commits)")[![kjellkeisse](https://avatars.githubusercontent.com/u/2952516?v=4)](https://github.com/kjellkeisse "kjellkeisse (1 commits)")

---

Tags

laravelwho owns the zebrafilament-admin-bar

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/wotz-filament-admin-bar/health.svg)

```
[![Health](https://phpackages.com/badges/wotz-filament-admin-bar/health.svg)](https://phpackages.com/packages/wotz-filament-admin-bar)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[filament/support

Core helper methods and foundation code for all Filament packages.

2331.0M245](/packages/filament-support)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

209151.3k2](/packages/guava-filament-knowledge-base)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2317.1k](/packages/mradder-filament-logger)

PHPackages © 2026

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