PHPackages                             vynatu/database-config - 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. vynatu/database-config

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

vynatu/database-config
======================

Overrides the config facade to provide a dual-stack (Database + Filesystem) config system. Checks on the database first and then on the file system

1.0(9y ago)09MITPHPPHP &gt;=7.0

Since Apr 25Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Vynatu/Database-Config)[ Packagist](https://packagist.org/packages/vynatu/database-config)[ RSS](/packages/vynatu-database-config/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Introduction
============

[](#introduction)

This package lets you save some config items dynamically into the database. It is useful when you want to make an interface to let your users change mail settings, or other types of configuration on the fly.

Installation
============

[](#installation)

```
composer require vynatu/database-config
```

Then, add the service provider to `app.php`:

```
