PHPackages                             rupadana/filament-panel-setting - 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. rupadana/filament-panel-setting

ActiveLibrary[Admin Panels](/categories/admin)

rupadana/filament-panel-setting
===============================

A package that can setting your panel without coding

3.0.2(2y ago)041[4 PRs](https://github.com/rupadana/filament-panel-setting/pulls)MITPHPPHP ^8.1CI passing

Since Jan 15Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/rupadana/filament-panel-setting)[ Packagist](https://packagist.org/packages/rupadana/filament-panel-setting)[ Docs](https://github.com/rupadana/filament-panel-setting)[ GitHub Sponsors](https://github.com/rupadana)[ RSS](/packages/rupadana-filament-panel-setting/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (10)Versions (7)Used By (0)

A Filament Panel Setting
========================

[](#a-filament-panel-setting)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1c0ef7bafd39ecae9ccbb6ff961667503be81ca53b7962c7d40b43c2aa0092c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7275706164616e612f66696c616d656e742d70616e656c2d73657474696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rupadana/filament-panel-setting)[![GitHub Tests Action Status](https://camo.githubusercontent.com/145d53b37c860d6c78a1daa4959c564905890ea6198d830cd79bcfe7ac5123fe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7275706164616e612f66696c616d656e742d70616e656c2d73657474696e672f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/rupadana/filament-panel-setting/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/033be4f5ce6a6d2ee9107d3345e31d9b0af702269fc6787682f6593136132f83/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7275706164616e612f66696c616d656e742d70616e656c2d73657474696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rupadana/filament-panel-setting)

A package that can setting your panel without coding.

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

[](#installation)

You can install the package via composer:

```
composer require rupadana/filament-panel-setting
```

Publish config
--------------

[](#publish-config)

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

```
return [
    'page' => [
        'theme' => true,
        'setting' => true,
    ],
    'can_access' => [
        'role' => ['super_admin']
    ]
];
```

Usage
-----

[](#usage)

Register `FilamentPanelSettingPlugin` it to your panel.

```
use Rupadana\FilamentPanelSetting\FilamentPanelSettingPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
            ->plugins([
                FilamentPanelSettingPlugin::make(),
            ])
}
```

The data will be saved at storage as a json file.

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)

- [Rupadana](https://github.com/rupadana)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance56

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60.7% 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 ~7 days

Total

3

Last Release

831d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/29f8343484c8567d8f24dcf1e4fb4978f2ac8442e90448c6405a32ba511ee246?d=identicon)[rupadana](/maintainers/rupadana)

---

Top Contributors

[![rupadana](https://avatars.githubusercontent.com/u/34137674?v=4)](https://github.com/rupadana "rupadana (17 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelthemefilament-themerupadanafilament-panel-setting

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/rupadana-filament-panel-setting/health.svg)

```
[![Health](https://phpackages.com/badges/rupadana-filament-panel-setting/health.svg)](https://phpackages.com/packages/rupadana-filament-panel-setting)
```

###  Alternatives

[guava/filament-knowledge-base

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

206120.5k1](/packages/guava-filament-knowledge-base)[ralphjsmit/laravel-filament-seo

A package to combine the power of Laravel SEO and Filament Admin.

15398.7k10](/packages/ralphjsmit-laravel-filament-seo)[caresome/filament-neobrutalism-theme

A neobrutalism theme for FilamentPHP admin panels

303.2k](/packages/caresome-filament-neobrutalism-theme)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[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)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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