Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 378 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 378 Bytes

Sage Cache

Sage cache brings Laravel file cache to the Sage WordPress starter theme.

Installation

Require this package with composer using the following command:

$ composer require psyao/sage-cache

After updating composer, add the service provider to the providers array in config/theme.php

 \Psyao\Sage\Cache\CacheServiceProvider::class,