Download the PHP package demian/laravel-cache-rethinkdb without Composer
On this page you can find all versions of the php package demian/laravel-cache-rethinkdb. 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-cache-rethinkdb
laravel-cache-rethinkdb
RethinkDB Cache Driver for Laravel 5. This package makes it easy to store cached data in RethinkDB.
This way you can also view them in real time.
TODO
- More tests
- Make a Query Builder, Eloquent for RethinkDB
Setup
Install RethinkDB.
- brew install rethinkdb or
- install Kitematic, search for rethinkdb and install the docker image.
Installation
You can install the package via composer:
In your config/app.php
In your config/cache.php, create a new store:
Do not forget to create the table
Usage
All versions of laravel-cache-rethinkdb with dependencies
PHP Build Version
Package Version
Requires
danielmewes/php-rql Version
^2.3
illuminate/contracts Version ^5.3
illuminate/database Version ^5.3
illuminate/support Version ^5.3
nesbot/carbon Version ^1.21
illuminate/contracts Version ^5.3
illuminate/database Version ^5.3
illuminate/support Version ^5.3
nesbot/carbon Version ^1.21
The package demian/laravel-cache-rethinkdb contains the following files
Loading the files please wait ....