Skip to content

Files

Latest commit

e3e3232 · Oct 26, 2021

History

History
24 lines (13 loc) · 555 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 555 Bytes

🚨 Discontinued 🚨

Please consider using the out of the box caching functionality in Laravel.

laravel-cacheing-memoizer

This is a Laravel Service Provider for cyber-duck/cacheing-memoizer.

##Usage:

###Composer require

composer require 'cyber-duck/laravel-cacheing-memoizer @dev'

###App Config

Add

CyberDuck\LaravelCacheingMemoizer\CacheingMemoizerServiceProvider::class

to your service providers array in your app.php.

Now you're all set!

See documentation for Cacheing Memoizer at https://github.com/Cyber-Duck/cacheing-memoizer