2017 © Pedro Peláez
 

library application-settings

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

image

jonlambert/application-settings

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

  • Monday, April 18, 2016
  • by jonlambert
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

laravel-application-settings

Local application settings tied to installation., (*1)

Usage

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

The Versions

18/04 2016

dev-master

9999999-dev

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

  Sources   Download

The Requires

 

by Jon Lambert