siezi/phile-admin-cache

Cache Plugin for Phile-Admin

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:phile-plugin

pkg:composer/siezi/phile-admin-cache

1.0.0 2015-06-03 19:23 UTC

This package is auto-updated.

Last update: 2025-09-29 01:33:26 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.