Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.34 KB

Istyle\LaravelDualCache

Build Status Coverage Status Scrutinizer Code Quality

License Latest Version Total Downloads

Install

required >= PHP 7.0

$ composer require istyle-inc/laravel-dual-cache

Supported Auto-Discovery(^Laravel5.5)

Usage

added config/cache.php

example

'your-cache-driver-name' => [
    'driver' => 'dual-cache',
    'primary' => 'memcached',
    'secondary' => 'file',
],