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

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

pixeo/laravel-settings
======================

Simple persisting settings package for a Laravel application

4.0.0(4y ago)23.1k1MITPHPPHP ^7.2|^8.0CI failing

Since Jun 12Pushed 4y ago2 watchersCompare

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

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

Laravel settings
================

[](#laravel-settings)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5ffc0c3f4010c834f1bd6662d75d6b5235974ab8286e6068b9f5f20e91d39393/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706978656f2f6c61726176656c2d73657474696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pixeo/laravel-settings)[![Build Status](https://camo.githubusercontent.com/1e98e715047be255d4f7e9bf82699ece82ab027162a81f2b2cf13c179d13f25c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f706978656f2f6c61726176656c2d73657474696e67732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/pixeo/laravel-settings)[![Total Downloads](https://camo.githubusercontent.com/f7cc943ab104827e18ecac791f9731384771a1911a98990cc2b1dfb6cbfa7868/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706978656f2f6c61726176656c2d73657474696e67732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pixeo/laravel-settings)

Persist your settings in the database

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

[](#installation)

You can install the package via composer:

```
composer require pixeo/laravel-settings
```

The package will automatically register itself.

You can publish the config-file with:

php artisan vendor:publish --provider="Pixeo\\Settings\\SettingServiceProvider" --tag="config"

This is the contents of the published config file:

```
