siezi / phile-admin-cache
Cache Plugin for Phile-Admin
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:phile-plugin
Requires
- siezi/phile-admin: ^1.0.0
- symfony/filesystem: ^2.6
This package is auto-updated.
Last update: 2024-10-29 04:36:43 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
- 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
.