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 today

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 21% 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

1060d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/139944228?v=4)[cmxperts](/maintainers/cmxperts)[@cmxperts](https://github.com/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

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2085.6k31](/packages/ronasit-laravel-helpers)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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