Download the PHP package hxm/database-system-config without Composer
On this page you can find all versions of the php package hxm/database-system-config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hxm/database-system-config
More information about hxm/database-system-config
Files in hxm/database-system-config
Download hxm/database-system-config
More information about hxm/database-system-config
Files in hxm/database-system-config
Vendor hxm
Package database-system-config
Short Description save system config value on database
License MIT
Package database-system-config
Short Description save system config value on database
License MIT
Please rate this library. Is it a good library?
Informations about the package database-system-config
Laravel Database System Config
Stored all configs on your database.
Able to store:
- value can be bool, array, object, datetime, int, float
- set flexible value with dot key
- merge the config value with the system, so that the data can be accessed via Laravel's helper
Installation
-
Run migrations to create database table:
-
Publishing the config file
- to disable auto merge config to system, you set value of to ;
Using
-
to save a value into the system
-
to get a key:
-
to get all values:
-
to get all groups:
- If the config value of is , you can access the value with:
Please let me know if there is any problem or need any help. Your contribution is valuable to make the package better.
All versions of database-system-config with dependencies
PHP Build Version
Package Version
The package hxm/database-system-config contains the following files
Loading the files please wait ...