Registry / config / anlutro-l4-settings

anlutro-l4-settings

JSON →
library1.4.2phppackagistunverified

Persistent settings in Laravel.

composer require anlutro/l4-settings
INSTALL
IMPORT
SIG · ANLUTRO-L4-SETTING
A
anlutro-l4-settings
configphpv1.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SettingsManager
use anlutro\LaravelSettings\SettingsManager;

Get and set persistent settings using the SettingsManager.

use anlutro\LaravelSettings\SettingsManager; $settings = app(SettingsManager::class); $value = $settings->get('key', 'default'); $settings->set('key', 'new value');
Debug
Known issues
breakingDesigned for Laravel 4; may not work with newer versions without modifications.
fix
Consider using an alternative package for Laravel 5+.
affects: >=1.0.0
Upgrade
Version history
1.4.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
34
Resources
anlutro-l4-settings — pip install anlutro-l4-settings · libregistry