Download the PHP package pkg6/laravel-settings without Composer
On this page you can find all versions of the php package pkg6/laravel-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pkg6/laravel-settings
More information about pkg6/laravel-settings
Files in pkg6/laravel-settings
Download pkg6/laravel-settings
More information about pkg6/laravel-settings
Files in pkg6/laravel-settings
Vendor pkg6
Package laravel-settings
Short Description Store Laravel application settings in the database.
License MIT
Package laravel-settings
Short Description Store Laravel application settings in the database.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-settings
安装
在 config/app.php
注册
基本使用
// Setting
Settings::set('foo', 'bar');
settings()->set('foo', 'bar');
settings(['foo' => 'bar']);
// Retrieving
Settings::get('foo'); // 'bar'
settings()->get('foo');
settings('foo');
All versions of laravel-settings with dependencies
PHP Build Version
Package Version
The package pkg6/laravel-settings contains the following files
Loading the files please wait ....