PHPackages                             stafe-group-ab/filament-sticky-panel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. stafe-group-ab/filament-sticky-panel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

stafe-group-ab/filament-sticky-panel
====================================

This plugin gives you a right hand side panel in Filament to use for any Livewire component.

v1.0.0(3y ago)31003[1 PRs](https://github.com/STAFE-GROUP-AB/filament-sticky-panel/pulls)MITPHPPHP ^8.1

Since Dec 19Pushed 3y ago3 watchersCompare

[ Source](https://github.com/STAFE-GROUP-AB/filament-sticky-panel)[ Packagist](https://packagist.org/packages/stafe-group-ab/filament-sticky-panel)[ Docs](https://github.com/stafe-group-ab/filament-sticky-panel)[ RSS](/packages/stafe-group-ab-filament-sticky-panel/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Filament Sticky Panel for Filament Admin
========================================

[](#filament-sticky-panel-for-filament-admin)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2bd71f6659e5df991eb215eb5e43ab1d4e2865cef2c308aa318272f8da8ccb64/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73746166652d67726f75702d61622f66696c616d656e742d737469636b792d70616e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stafe-group-ab/filament-sticky-panel)[![Total Downloads](https://camo.githubusercontent.com/2c1afa9281eb4352e69d853d8c33972ead5579447ebe8a0a550fdcc45a06c136/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73746166652d67726f75702d61622f66696c616d656e742d737469636b792d70616e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stafe-group-ab/filament-sticky-panel)

[![Screen shot of Filament Sticky Panel on Dashboard](./images/sticky-panel-dashboard.png)](./images/sticky-panel-dashboard.png)

[![Screen shot of Filament Sticky Panel on Edit Pages](./images/sticky-panel-edit.png)](./images/sticky-panel-edit.png)

This Filament Plugin will give you a right sidepanel in your Filament Admin in which you can render any Livewire component that you create. You can configure in the config file which component to render on which page in your Filament Admin.

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

[](#installation)

You can install the package via composer:

```
composer require stafe-group-ab/filament-sticky-panel
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-sticky-panel-config"
```

This is the contents of the published config file. Use the basenames or page\_urls here.

```
return [
    'pages' => [
        'admin' => [
            'page_url' => 'admin',
            'component' => '', //'demo-component',
        ],
        'edit' => [
            'page_url' => 'edit',
            'component' => '', //'edit-helper-component',
        ],
    ],
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-sticky-panel-views"
```

Usage
-----

[](#usage)

Just install the plugin and add some pages in the config file. It will split up your page in two parts. If you want to edit the grid settings, just public the views and do so.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Andreas Kviby, Stafe Group](https://github.com/STAFE-GROUP-AB)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1294d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0edb3aa80221f64045a4b877f6ea563c200721bd672b0fb7e527700595f7d77a?d=identicon)[stafegroupab](/maintainers/stafegroupab)

---

Top Contributors

[![andreaskviby](https://avatars.githubusercontent.com/u/1666004?v=4)](https://github.com/andreaskviby "andreaskviby (1 commits)")

---

Tags

laravelSTAFE-GROUP-ABfilament-sticky-panel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/stafe-group-ab-filament-sticky-panel/health.svg)

```
[![Health](https://phpackages.com/badges/stafe-group-ab-filament-sticky-panel/health.svg)](https://phpackages.com/packages/stafe-group-ab-filament-sticky-panel)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[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)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

284.5k1](/packages/finity-labs-fin-mail)

PHPackages © 2026

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