PHPackages                             blemli/formsettings-for-filament - 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. blemli/formsettings-for-filament

ActiveLibrary

blemli/formsettings-for-filament
================================

rule your forms

v0.1.0(today)00MITPHPPHP ^8.2CI passing

Since Jul 30Pushed todayCompare

[ Source](https://github.com/blemli/formsettings-for-filament)[ Packagist](https://packagist.org/packages/blemli/formsettings-for-filament)[ Docs](https://github.com/blemli/formsettings-for-filament)[ GitHub Sponsors](https://github.com/blemli)[ RSS](/packages/blemli-formsettings-for-filament/feed)WikiDiscussions 5.x Synced today

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

formsettings-for-filament
=========================

[](#formsettings-for-filament)

> rule your forms

[![Latest Version on Packagist](https://camo.githubusercontent.com/77ef225d6a41b9b1c58ff4e89601e310dd11eefeb5628e82689a1e4300aac88d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626c656d6c692f666f726d73657474696e67732d666f722d66696c616d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/blemli/formsettings-for-filament)[![GitHub Tests Action Status](https://camo.githubusercontent.com/25cc2bcd519c681c20fa2b49fa0698ab8dab3a8fd27004ef9fa6484527c43d7a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f626c656d6c692f666f726d73657474696e67732d666f722d66696c616d656e742f72756e2d74657374732e796d6c3f6272616e63683d352e78266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/blemli/formsettings-for-filament/actions?query=workflow%3Arun-tests+branch%3A5.x)[![Total Downloads](https://camo.githubusercontent.com/ec047fc766619da1fdef64eb8de04b0b5e2498f74280889de72f8b5d41ddc0a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626c656d6c692f666f726d73657474696e67732d666f722d66696c616d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/blemli/formsettings-for-filament)

A gear on your form pages that lets every user tune the form like the table column selector: reorder the tab order, hide optional fields, pick an autofocus entry point, and choose what the submit button does (save / save &amp; next / save &amp; back, `cmd+enter` included).

[![formsettings panel](docs/screenshot.png)](docs/screenshot.png)

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

[](#installation)

```
composer require blemli/formsettings-for-filament
php artisan formsettings-for-filament:install   # publishes config + migration (only needed with persist())
```

Usage
-----

[](#usage)

```
use Blemli\FormSettings\FormSettingsPlugin;

$panel->plugin(
    FormSettingsPlugin::make()
        ->globally()   // gear on all Create/Edit pages …
        ->persist()    // … settings per user in the DB instead of the session
        ->presets()    // … named presets
        ->authorize('use-formsettings')   // … only for power users: bool, closure or gate ability (plays nice with Filament Shield)
);
```

Without `globally()`, opt single pages in with the `HasFormSettings` trait:

```
use Blemli\FormSettings\Concerns\HasFormSettings;
use Filament\Resources\Pages\EditRecord;

class EditPost extends EditRecord
{
    use HasFormSettings;
}
```

Uninstall cleanly with `php artisan formsettings:uninstall`.

License
-------

[](#license)

MIT — see [LICENSE](LICENSE.md).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

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

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/116230743?v=4)[Problemli GmbH](/maintainers/blemli)[@blemli](https://github.com/blemli)

---

Top Contributors

[![grafst](https://avatars.githubusercontent.com/u/8471055?v=4)](https://github.com/grafst "grafst (14 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

filamentfilament-pluginformsettingslaravellaravelfilamentfilament-pluginfilamentphpblemliformsettings-for-filament

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/blemli-formsettings-for-filament/health.svg)

```
[![Health](https://phpackages.com/badges/blemli-formsettings-for-filament/health.svg)](https://phpackages.com/packages/blemli-formsettings-for-filament)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.8k](/packages/rawilk-profile-filament-plugin)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16321.5k](/packages/backstage-mails)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

274333.4k9](/packages/croustibat-filament-jobs-monitor)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k2](/packages/marcelweidum-filament-passkeys)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)

PHPackages © 2026

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