psyao/sage-cache

Bring Laravel file caching to Sage 9

dev-master 2019-05-01 08:19 UTC

This package is auto-updated.

Last update: 2024-04-29 04:06:31 UTC


README

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,