jonlambert/application-settings

There is no license information available for the latest version (dev-master) of this package.

A class-based application settings plugin. More information to follow soon on the GitHub repo.

dev-master 2016-04-18 11:25 UTC

This package is not auto-updated.

Last update: 2025-07-01 11:33:30 UTC


README

Local application settings tied to installation.

Usage

Settings::set('example.foo', 'Hello, world');
Settings::get('example.foo'); // => 'Hello, world'