PHPackages                             flamix/settings - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. flamix/settings

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

flamix/settings
===============

Persistent settings in Laravel. Fork from Andreas Lutro app.

v2.0(3y ago)01.3k↓17.9%MITPHP

Since Jan 18Pushed 3w agoCompare

[ Source](https://github.com/rshkabko/settings)[ Packagist](https://packagist.org/packages/flamix/settings)[ RSS](/packages/flamix-settings/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (60)Used By (0)

Laravel Settings
================

[](#laravel-settings)

Persistent, application-wide settings for Laravel.

Despite the package name, this package should work with Laravel 8+ (though some versions are not automatically tested).

Installation
------------

[](#installation)

1. `composer require flamix/settings`
2. Publish the config file by running `php artisan vendor:publish --provider="Flamix\Settings\ServiceProvider" --tag="config"`. The config file will give you control over which storage engine to use as well as some storage-specific settings.

Usage
-----

[](#usage)

You can either access the setting store via its facade or inject it by type-hinting towards the abstract class `Flamix\Settings\SettingStore`.

```
