Download the PHP package trrtly/setting without Composer
On this page you can find all versions of the php package trrtly/setting. 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 setting
Laravel Settings
Laravel 5.x Settings help your key value to persist.
Installation
Composer install
If your Laravel version below 5.5, you need add the follow line to the section providers
of config/app.php
:
Publishing config file
If you want to edit default config file, just publish it you app config folder.
Creating table for database.
Execute artisan command
Usage
Change database table name.
If you want to change database table name, you can change config/ibrand/setting.php
after publishing config file.
Use settings() help method.
Set value
Get Value
Use App make Method.
Set value
Get Value
Disable cache.
Set cache=>false
in config/ibrand/setting.php
file.
果酱云社区
-
全网真正免费的IT课程平台
-
专注于综合IT技术的在线课程,致力于打造优质、高效的IT在线教育平台
-
课程方向包含Python、Java、前端、大数据、数据分析、人工智能等热门IT课程
- 300+免费课程任你选择
All versions of setting with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package trrtly/setting contains the following files
Loading the files please wait ....