Download the PHP package unisharp/laravel-settings without Composer
On this page you can find all versions of the php package unisharp/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
Requires
php Version
>=5.5.0
illuminate/support Version >=5.0.0
illuminate/database Version >=5.0.0
illuminate/cache Version >=5.0.0
illuminate/support Version >=5.0.0
illuminate/database Version >=5.0.0
illuminate/cache Version >=5.0.0
The package unisharp/laravel-settings contains the following files
Loading the files please wait ....