Download the PHP package wimil/settings without Composer
On this page you can find all versions of the php package wimil/settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wimil/settings
More information about wimil/settings
Files in wimil/settings
Download wimil/settings
More information about wimil/settings
Files in wimil/settings
Vendor wimil
Package settings
Short Description This package allows you to save the configuration in a more persistent way. Use the database to save your settings, you can save values in json format. You can also override the Laravel configuration.
License MIT
Package settings
Short Description This package allows you to save the configuration in a more persistent way. Use the database to save your settings, you can save values in json format. You can also override the Laravel configuration.
License MIT
Please rate this library. Is it a good library?
Informations about the package settings
Laravel Settings
This package allows you to save the configuration in a more persistent way. Use the database to save your settings, you can save values in json format. You can also override the Laravel configuration.
Getting Started
1. Install
Run the following command:
2. Register (for Laravel < 5.5)
Register the service provider in config/app.php
Add alias if you want to use the facade.
3. Publish
Publish config file.
4. Configure
You can change the options of your app from config/settings.php
file
Usage
You can either use the helper method like settings('foo')
or the facade Settings::get('foo')
Facade
Helper
Using your model
All versions of settings with dependencies
PHP Build Version
Package Version
The package wimil/settings contains the following files
Loading the files please wait ....