PHPackages                             hankz/laravel-system-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. [Database &amp; ORM](/categories/database)
4. /
5. hankz/laravel-system-settings

ActiveLibrary[Database &amp; ORM](/categories/database)

hankz/laravel-system-settings
=============================

A Laravel package designed for managing system configuration values in database.

v1.0.0(2y ago)013MITPHPPHP &gt;=7.3

Since Jan 11Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

 English Document | [繁體中文文件 ](README.zh-TW.md "繁體中文文件")

Laravel System Settings
=======================

[](#laravel-system-settings)

A Laravel package designed for managing system configuration values in database.

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

[](#installation)

### 1. Composer install

[](#1-composer-install)

Run the Composer require command from the Terminal:

```
composer require hankz/laravel-system-settings
```

### 2. Setup

[](#2-setup)

This package supports Laravel's auto-discovery feature and it's ready to use once installed.

### 3. Publishing the config file

[](#3-publishing-the-config-file)

You need publish the config file.

```
php artisan vendor:publish --provider="Hankz\LaravelSystemSettings\SystemSettingProvider"
```

### 4. Configuration

[](#4-configuration)

You can configure this package in `config\system-settings.php`

```
