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

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

takeawaytown/laravel-settings
=============================

A package that allows saving persistent settings to either JSON or database in Laravel 5

1.0.3(8y ago)129MITPHPPHP &gt;=7.0.0

Since Nov 12Pushed 8y agoCompare

[ Source](https://github.com/takeawaytown/laravel-settings)[ Packagist](https://packagist.org/packages/takeawaytown/laravel-settings)[ RSS](/packages/takeawaytown-laravel-settings/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (5)Versions (10)Used By (0)

[![Build Status](https://camo.githubusercontent.com/b7bfdecd4b34ea8764d1fa569b4540150e400c5fc2f287258dd2221ccf583045/68747470733a2f2f7472617669732d63692e6f72672f74616b6561776179746f776e2f6c61726176656c2d73657474696e67732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/takeawaytown/laravel-settings)[![Latest Stable Version](https://camo.githubusercontent.com/98b9bf9cb8c960b75787fa4f554697d593b8c336b0faf97c9fc9e56fe438c01b/68747470733a2f2f706f7365722e707567782e6f72672f74616b6561776179746f776e2f6c61726176656c2d73657474696e67732f762f737461626c652e737667)](https://packagist.org/packages/takeawaytown/laravel-settings)[![Total Downloads](https://camo.githubusercontent.com/362524ba815075cd45de95c1d1578764756b51663196d8dd332c98408b828564/68747470733a2f2f706f7365722e707567782e6f72672f74616b6561776179746f776e2f6c61726176656c2d73657474696e67732f646f776e6c6f6164732e737667)](https://packagist.org/packages/takeawaytown/laravel-settings)[![License](https://camo.githubusercontent.com/2a9004992cef69df511ceedde1058ce97c2abc668ace72579290911061b50652/68747470733a2f2f706f7365722e707567782e6f72672f74616b6561776179746f776e2f6c61726176656c2d73657474696e67732f6c6963656e73652e737667)](https://packagist.org/packages/takeawaytown/laravel-settings)

Laravel Settings
================

[](#laravel-settings)

Laravel 5.x persistent settings using Database and/or JSON

Install process
===============

[](#install-process)

1. Require this package with composer :

    `composer require takeawaytown/laravel-settings`
2. Register the ServiceProvider to the `providers` array in `config/app.php`

    `TakeawayTown\LaravelSettings\SettingsServiceProvider::class,`
3. Add an alias for the facade to `aliases` array in your `config/app.php`

    `'Settings'  => TakeawayTown\LaravelSettings\Facades\Settings::class,`
4. Publish the config and migration files:

    `php artisan vendor:publish --provider="TakeawayTown\LaravelSettings\SettingsServiceProvider" --force`

Change `config/settings.php` according to your needs.

Create the `settings` table.

```
php artisan migrate

```

Credits to main author
======================

[](#credits-to-main-author)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

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

9

Last Release

3102d ago

Major Versions

v0.0.4 → 1.0.02017-11-12

0.0.5 → 1.0.12017-11-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/81492d05f48d140d9b893ba28c2e13f0c8e551bcc71e2786854e1d23f4f70198?d=identicon)[takeawaytown](/maintainers/takeawaytown)

---

Top Contributors

[![codetheorist](https://avatars.githubusercontent.com/u/22813671?v=4)](https://github.com/codetheorist "codetheorist (10 commits)")[![takeawaytown](https://avatars.githubusercontent.com/u/30607339?v=4)](https://github.com/takeawaytown "takeawaytown (1 commits)")

---

Tags

laravelsettingslaravelSettingspersistenttakeawaytown

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[akaunting/laravel-setting

Persistent settings package for Laravel

495805.1k7](/packages/akaunting-laravel-setting)[efriandika/laravel-settings

Laravel 5 Persistent Settings

6039.6k1](/packages/efriandika-laravel-settings)[edvinaskrucas/settings

Persistent settings package for Laravel framework.

22483.1k1](/packages/edvinaskrucas-settings)[oriceon/laravel-settings

Laravel 5 persistent settings

207.1k1](/packages/oriceon-laravel-settings)

PHPackages © 2026

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