PHPackages                             cmxperts/laravel-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cmxperts/laravel-settings

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

cmxperts/laravel-settings
=========================

Laravel Settings Manager

v1.02(2y ago)030MITBlade

Since Jul 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/cmxperts/laravel-settings)[ Packagist](https://packagist.org/packages/cmxperts/laravel-settings)[ RSS](/packages/cmxperts-laravel-settings/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

Settings
========

[](#settings)

Settings Management for Laravel 10

### Installation

[](#installation)

1. Run

```
composer require cmxperts/laravel-settings
```

***Step 2 &amp; 3 are optional if you are using laravel 5.5***

2. Add the following class, to "providers" array in the file config/app.php (optional on laravel 5.5)

```
CmXperts\Settings\SettingsServiceProvider::class,
```

3. Run publish

```
php artisan vendor:publish --provider="CmXperts\Settings\SettingsServiceProvider"
```

4. Configure (optional) in ***config/cmx\_settings.php*** :

- ***CUSTOM MIDDLEWARE:*** You can add you own middleware
- ***TABLE PREFIX:*** By default this package will create 1 new table named "settings" but you can still add your own table prefix avoiding conflict with existing table
- ***TABLE NAMES*** If you want use specific name of table you have to modify that and the migrations
- ***Custom routes*** If you want to edit the route path you can edit the field
- ***Role Access*** If you want to enable roles (permissions) on menu items

5. Run migrate

```
php artisan migrate
```

DONE

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Total

3

Last Release

1008d ago

### Community

Maintainers

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

---

Top Contributors

[![cmxperts](https://avatars.githubusercontent.com/u/139944228?v=4)](https://github.com/cmxperts "cmxperts (10 commits)")

---

Tags

laravelSettingsoptions

### Embed Badge

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

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

###  Alternatives

[akaunting/laravel-setting

Persistent settings package for Laravel

495805.1k7](/packages/akaunting-laravel-setting)

PHPackages © 2026

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