PHPackages                             van-ons/filament-settings - 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. van-ons/filament-settings

ActiveLibrary

van-ons/filament-settings
=========================

Add easy-to-use settings pages to your Filament admin panel.

v3.1.0(3w ago)00MITPHP ^8.2

Since Apr 8Compare

[ Source](https://github.com/VanOns/filament-settings)[ Packagist](https://packagist.org/packages/van-ons/filament-settings)[ RSS](/packages/van-ons-filament-settings/feed)WikiDiscussions Synced today

READMEChangelog (10)Dependencies (8)Versions (22)Used By (0)

[![Social card of Filament Settings](art/social-card.png)](art/social-card.png)

Filament Settings
=================

[](#filament-settings)

[![Latest version on GitHub](https://camo.githubusercontent.com/641cc7cf1ad73796714fa4e9cdbad24caa1ee8f76875aa99ccf9e8bc705c67fb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f56616e4f6e732f66696c616d656e742d73657474696e67732e7376673f7374796c653d666c61742d737175617265)](https://github.com/VanOns/filament-settings/releases)[![Total downloads](https://camo.githubusercontent.com/3afef178f8544c8e8c0b200395a322d1d4261448ff2772dbb7aef7fe52deab78/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76616e2d6f6e732f66696c616d656e742d73657474696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/van-ons/filament-settings)[![GitHub issues](https://camo.githubusercontent.com/2d8f8338f1ef3fbb548caa79d86153c70bbd61ba87e57407120fa4acf58b7b0a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f56616e4f6e732f66696c616d656e742d73657474696e67733f7374796c653d666c61742d737175617265)](https://github.com/VanOns/filament-settings/issues)[![License](https://camo.githubusercontent.com/a88ae5348602d7d34f34fc4bc776feae70a38902b28f0a075ae7c8173f1a2395/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f56616e4f6e732f66696c616d656e742d73657474696e67733f7374796c653d666c61742d737175617265)](https://github.com/VanOns/filament-settings/blob/main/LICENSE.md)

Add easy-to-use settings pages to your Filament admin panel.

Quick start
-----------

[](#quick-start)

> For Filament version compatibility, see [Compatibility](docs/compatibility.md).

### Installation

[](#installation)

You can install the package via Composer:

```
composer require van-ons/filament-settings:^3.0
```

### Create a settings page

[](#create-a-settings-page)

```
php artisan make:filament-settings-page GeneralSettings
```

This creates `GeneralSettingsPage.php` (the form) and `GeneralSettings.php` (the defaults).

### Read and write settings

[](#read-and-write-settings)

```
use VanOns\FilamentSettings\Facades\FilamentSettings;

FilamentSettings::getValue('general');
FilamentSettings::setValue('general', ['site_name' => 'My App']);
```

Customization
-------------

[](#customization)

### Language files

[](#language-files)

If you want to customize the language files, you can publish them by running the following command:

```
php artisan vendor:publish --tag=filament-settings-lang
```

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

[](#documentation)

Please see the [documentation](docs) for detailed information about installation and usage.

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

[](#contributing)

Please see [Contributing](CONTRIBUTING.md) for more information about how you can contribute.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Upgrading
---------

[](#upgrading)

Please see [Upgrading](UPGRADING.md) for more information about how to upgrade.

Security
--------

[](#security)

Please see [Security](SECURITY.md) for more information about how we deal with security.

Credits
-------

[](#credits)

We would like to thank the following contributors for their contributions to this project:

- [All contributors](../../contributors)

License
-------

[](#license)

The scripts and documentation in this project are released under the [MIT License](LICENSE.md).

---

[![Logo of Van Ons](https://camo.githubusercontent.com/f233e4b012f8d6bded619dbeb286cf4d9c5fbe2789456e8c4495d3c0fae66b1f/68747470733a2f2f6f70656e736f757263652e76616e2d6f6e732e6e6c2f66696c65732f636f772e706e67)](https://van-ons.nl/)

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance95

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

17

Last Release

1d ago

Major Versions

v0.0.2 → 1.0.02025-04-22

v1.0.7 → v2.0.02025-09-25

v2.0.2 → v3.0.02026-04-10

### Community

Maintainers

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

---

Tags

laravelSettingsfilament

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/van-ons-filament-settings/health.svg)

```
[![Health](https://phpackages.com/badges/van-ons-filament-settings/health.svg)](https://phpackages.com/packages/van-ons-filament-settings)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M244](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k86](/packages/moonshine-moonshine)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.8k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)

PHPackages © 2026

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