Package Data | |
---|---|
Maintainer Username: | Kairu |
Maintainer Contact: | kyle@team-reflex.com (Kyle Ward) |
Package Create Date: | 2017-01-18 |
Package Last Update: | 2017-01-24 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:05:31 |
Package Statistics | |
---|---|
Total Downloads: | 45 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 4 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laravel/Illuminate cache driver for onoi/cache.
composer require team-reflex/onoi-illuminate
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));