Download the PHP package bgaze/laravel-kvstore without Composer
On this page you can find all versions of the php package bgaze/laravel-kvstore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bgaze/laravel-kvstore
More information about bgaze/laravel-kvstore
Files in bgaze/laravel-kvstore
Download bgaze/laravel-kvstore
More information about bgaze/laravel-kvstore
Files in bgaze/laravel-kvstore
Vendor bgaze
Package laravel-kvstore
Short Description A simple and easy to use key-value store for Laravel 5.5+
License MIT
Package laravel-kvstore
Short Description A simple and easy to use key-value store for Laravel 5.5+
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-kvstore
bgaze/laravel-kvstore
A simple and easy to use key-value database store for Laravel 5.5+
All values are stored into database and managed using cache to avoid unecessary queries.
Casting is supported to manage values type.
Documentation
Full documentation is available at https://packages.bgaze.fr/laravel-kvstore
Quick start
Install the package using composer:
Publish the required migration:
Then create the table:
The KvStore
facade offers static methods to manage the store content.
All versions of laravel-kvstore with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
>=5.5.0
The package bgaze/laravel-kvstore contains the following files
Loading the files please wait ....