Download the PHP package klaravel/settings without Composer
On this page you can find all versions of the php package klaravel/settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package settings
General Settings Manager for Laravel 5.3+
This module allow you to store settings into database with easy commands. You can store as many as settings and it will fetch settings with caching so only one database query and all settings will store into cache.
Installation:
-
Run
in console to install this module
-
Open
config/app.php
and inproviders
section add:in
aliases
section add: -
Now generate the Settings migration:
You will see migration file on you
/database/migrations/
folder.
Usage:
Here's a quick example that shows how to use Setting
:
All versions of settings with dependencies
PHP Build Version
Package Version
The package klaravel/settings contains the following files
Loading the files please wait ....