siezi/phile-admin-cache

Cache Plugin for Phile-Admin

1.0.0 2015-06-03 19:23 UTC

This package is auto-updated.

Last update: 2024-03-29 03:01:21 UTC


README

What

A cache management plugin for Phile-Admin:

  • show if cache service is active
  • clear global cache service and complete file cache

Installation

1 Installation (composer)

"require": {
	"siezi/phile-admin-cache": "*"
}

2. Activation

  1. Activation

After you have installed the plugin you activate it by adding the following line to your config.php file:

$config['plugins']['siezi\\phileAdminCache'] = ['active' => true];

This plugin depends on Phile-Admin. Make sure it’s activated too.

3. Config

See config.php.