PHPackages                             imtigger/laravel-settings-ui - 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. imtigger/laravel-settings-ui

ActiveLibrary[Admin Panels](/categories/admin)

imtigger/laravel-settings-ui
============================

Laravel Settings UI

0.2.0(7y ago)220.6k2[1 issues](https://github.com/imTigger/laravel-settings-ui/issues)[2 PRs](https://github.com/imTigger/laravel-settings-ui/pulls)propertyPHPPHP &gt;=5.6.4

Since Mar 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/imTigger/laravel-settings-ui)[ Packagist](https://packagist.org/packages/imtigger/laravel-settings-ui)[ RSS](/packages/imtigger-laravel-settings-ui/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

Laravel Settings UI
===================

[](#laravel-settings-ui)

Simple UI for [anlutro/laravel-settings](https://github.com/anlutro/laravel-settings)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6.4
- Laravel &gt;= 5.3
- [anlutro/laravel-settings](https://github.com/anlutro/laravel-settings) must be properly installed
- [kristijanhusak/laravel-form-builder](https://github.com/kristijanhusak/laravel-form-builder) must be properly installed

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

[](#installation)

This plugin can only be installed from [Composer](https://getcomposer.org/).

Run the following command:

```
$ composer require imtigger/laravel-settings-ui

```

Add the following to your `config/app.php`:

```
'providers' => [
    ...
    Imtigger\LaravelSettingsUI\LaravelSettingsUIServiceProvider::class,
]
```

Add route to `web.php`

```
Route::get('/setting', ['as' => 'laravel-settings-ui', 'uses' => '\\Imtigger\\LaravelSettingsUI\\Controller@get']);
Route::post('/setting', ['as' => 'laravel-settings-ui.post', 'uses' => '\\Imtigger\\LaravelSettingsUI\\Controller@post']);
```

Publish config, form and view

```
php artisan vendor:publish --provider="Imtigger\LaravelSettingsUI\LaravelSettingsUIServiceProvider"
```

### Usage

[](#usage)

Edit `app/Forms/LaravelSettingsForm.php` to add/remove fields

All fields in this `Form` is automagically saved

Edit `resources\views\vendor\laravel-settings-ui\settings.blade.php` to adapt it to your favorite theme!

Final word: Remember use middleware to protect routes

[Laravel Form Builder Documentations](http://kristijanhusak.github.io/laravel-form-builder/)

[Laravel Settings Documentations](https://github.com/anlutro/laravel-settings)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

Every ~179 days

Total

4

Last Release

2850d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4729517?v=4)[Tiger Fok](/maintainers/imtigger)[@imTigger](https://github.com/imTigger)

---

Top Contributors

[![imTigger](https://avatars.githubusercontent.com/u/4729517?v=4)](https://github.com/imTigger "imTigger (22 commits)")

### Embed Badge

![Health badge](/badges/imtigger-laravel-settings-ui/health.svg)

```
[![Health](https://phpackages.com/badges/imtigger-laravel-settings-ui/health.svg)](https://phpackages.com/packages/imtigger-laravel-settings-ui)
```

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[printnow/laravel-admin

Dcat admin 永久分叉版 / 支持 Laravel 10-13, PHP 版本限制 &gt;= 8.1（支持 PHP 8.5）

472.4k](/packages/printnow-laravel-admin)

PHPackages © 2026

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