Download the PHP package tantana5/laravel-settings without Composer
On this page you can find all versions of the php package tantana5/laravel-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-settings
Persistent Settings Manager for Laravel
- Simple key-value storage
- Support multi-level array (dot delimited keys) structure.
- Localization supported.
Installation
-
Install package
-
Edit config/app.php (Skip this step if you are using laravel 5.5+)
service provider:
class aliases:
- Create settings table
Usage
Dealing with array
Dealing with locale
By default language parameter are being resets every set or get calls. You could disable that and set your own long term language parameter forever using any route service provider or other method.
All versions of laravel-settings with dependencies
PHP Build Version
Package Version
The package tantana5/laravel-settings contains the following files
Loading the files please wait ....