Download the PHP package alisaleem/laravel-settings without Composer
On this page you can find all versions of the php package alisaleem/laravel-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alisaleem/laravel-settings
More information about alisaleem/laravel-settings
Files in alisaleem/laravel-settings
Package laravel-settings
Short Description File based configurable settings for laravel applications
License MIT
Homepage https://github.com/alisaleem27/laravel-settings
Informations about the package laravel-settings
File based configurable settings for laravel applications
Store your application settings in any of your applications storage filesystems. The schema for the settings is defined by a normal PHP class and all primitive types are supported. This also provides IDE type hints when reading to writing settings.
Updated values are written to the filesystem on destruct.
Installation
You can install the package via composer:
Create your own Settings class and extend the abstract Settings class from this package
Optionally add the helper function. This will also provide IDE type-hinting
You can publish the config file with:
Set the class and storage location in the config file
Usage
Testing
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Ali Saleem
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-settings with dependencies
spatie/laravel-package-tools Version ^1.14.0
spatie/valuestore Version ^1.3