Download the PHP package laraeast/laravel-settings without Composer
On this page you can find all versions of the php package laraeast/laravel-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laraeast/laravel-settings
More information about laraeast/laravel-settings
Files in laraeast/laravel-settings
Download laraeast/laravel-settings
More information about laraeast/laravel-settings
Files in laraeast/laravel-settings
Vendor laraeast
Package laravel-settings
Short Description Persistent key-value storage for Laravel
License MIT
Package laravel-settings
Short Description Persistent key-value storage for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-settings
Persistent Settings Manager for Laravel
- Simple key-value storage
- Localization supported.
- Localization using Astrotomic/laravel-translatable Structure
Installation
-
Install package
-
Edit config/app.php (Skip this step if you are using laravel 5.5+)
service provider:
class aliases:
- Create settings table for
database
driver
Usage
Dealing with array
Usage
Extend Driver
You can extend your custom driver by adding this code in
register()
method of yourAppServiceProvier
EX :
Note : your custom driver
SettingsFileDriverHandler
should implementsLaraeast\LaravelSettings\Contracts\SettingsStore
contract
All versions of laravel-settings with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
>=5.2
The package laraeast/laravel-settings contains the following files
Loading the files please wait ....