Looking to hire Laravel developers? Try LaraJobs

laravel-settings maintained by skcin7

Description
Laravel package to achieve persistent settings easily in your Laravel project.
Author
Last update
2019/07/16 12:54 (dev-master)
License
Links
Downloads
28

Comments
comments powered by Disqus

Laravel Settings - Laravel Package

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.