Download the PHP package elnooronline/laravel-settings without Composer
On this page you can find all versions of the php package elnooronline/laravel-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elnooronline/laravel-settings
More information about elnooronline/laravel-settings
Files in elnooronline/laravel-settings
Download elnooronline/laravel-settings
More information about elnooronline/laravel-settings
Files in elnooronline/laravel-settings
Vendor elnooronline
Package laravel-settings
Short Description Persistent key-value storage for Laravel
License MIT
Package laravel-settings
Short Description Persistent key-value storage for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-settings
Persistent Settings Manager for Laravel
- Simple key-value storage
- Support multi-level array (dot delimited keys) structure.
- Localization supported.
- Localization using dimsav/laravel-translatable
Installation
-
Install package
-
Edit config/app.php (Skip this step if you are using laravel 5.5+)
service provider:
class aliases:
- Create settings table
Usage
Dealing with array
Conditions
in your
AppServiceProvider
you can register new prefix method.or you can register prefix methods from config file by adding your prefix to
prefix_methods
array
Usage
You can also add custom settings to specific model using
HasSettings
trait like the following examole :
Usage
All versions of laravel-settings with dependencies
PHP Build Version
Package Version
The package elnooronline/laravel-settings contains the following files
Loading the files please wait ....