attogram / file-cache-cleaner
Delete expired Laravel-style `Illuminate\Cache` cache files and empty directories
Fund package maintenance!
attogram
Requires
- php: ^7
README
Delete expired cache files. For projects using
Illuminate\Cache
FileStore
without a Laravel installation.
PHP 7+, One class, No dependencies, Composer Ready.
Usage
Install:
composer require attogram/file-cache-cleaner
Report on cache status only:
vendor/bin/file-cache-cleaner -d path/to/cache/directory
Clean cache - delete expired cache files and empty subdirectories:
vendor/bin/file-cache-cleaner -d path/to/cache/directory --clean
Command Line Options:
-d path
or--directory path
- set path to Cache Directory-c
or--clean
- clean cache: delete expired files, remove empty subdirectories
Project Links
- Git Repo: https://github.com/attogram/file-cache-cleaner
- Packagist: https://packagist.org/packages/attogram/file-cache-cleaner
- CodeClimate: https://codeclimate.com/github/attogram/file-cache-cleaner
Related Projects
Laravel artisan commands to delete expired cache files: