skcin7/laravel-settings

Laravel package to achieve persistent settings easily in your Laravel project.

dev-master / 0.0.1.x-dev 2019-07-16 10:54 UTC

This package is auto-updated.

Last update: 2024-04-16 21:26:33 UTC


README

Laravel package to achieve persistent settings easily in your Laravel project.

Credit: This package is based on anlutro/l4-settings by Andreas Lutro. Credit to him for his great work.

Table of Contents

Stability Notice

It's stable.

I'm actively using this package in my own Laravel projects for managing backups. I would appreciate all feedback/suggestions you may have by opening a GitHub issue.

Requirements

  • PHP 5.4
  • Laravel

Installation

Use Composer

It's super easy.

  1. Run the following command: composer require skcin7/laravel-settings.

  2. Publish the configuration file: php artisan vendor:publish --provider="skcin7\LaravelSettings\ServiceProvider". After publishing, edit this configuration file (which will be located in config/settings.php) to your specific configuration needs.

After this, both the Setting facade and setting() helper will be available to you for accessing this package.

Contribution Guidelines

// TODO

Maintainers

This package is maintained by Nick Morgan.

License

This package is published under the MIT License.