Download the PHP package cloudcake/laravel-settings without Composer
On this page you can find all versions of the php package cloudcake/laravel-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cloudcake/laravel-settings
More information about cloudcake/laravel-settings
Files in cloudcake/laravel-settings
Download cloudcake/laravel-settings
More information about cloudcake/laravel-settings
Files in cloudcake/laravel-settings
Vendor cloudcake
Package laravel-settings
Short Description Associate generic data to any other model without polluting your application model logic.
License MIT
Package laravel-settings
Short Description Associate generic data to any other model without polluting your application model logic.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-settings
Settings
Settings is a package to assist in associating settings or attributes of JSON form to any of your models using polymorphic relationships.
Usage
Publish Migrations
Setup models with settings
Add the \Settings\Traits\HasSettings
trait to any model that should have settings.
Creating Settings
Global Settings
Model Specific Settings
Attaching Settings
When attaching settings, any fields not provided will receive the default values.
The above will set notifications
to true
while backgroundColour
will be inherited from the original setting. If the global setting is changed, the user's setting will return the changed setting.
Getting Settings
Get All Fields
Get Specific Field
Modifying Settings
All versions of laravel-settings with dependencies
PHP Build Version
Package Version
No informations.
The package cloudcake/laravel-settings contains the following files
Loading the files please wait ....