Skip to content

teamreflex/Onoi-Illuminate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Onoi-Illuminate

Laravel/Illuminate cache driver for onoi/cache.

Install

composer require team-reflex/onoi-illuminate

Usage

Either pull the Illuminate cache repository from the container or typehint an instance.

use Illuminate\Cache\Repository;
use Reflex\OnoiIlluminate\IlluminateCache;

$cache = new IlluminateCache(app(Repository::class));