Download the PHP package solution9th/laravel-file-cache-gc without Composer
On this page you can find all versions of the php package solution9th/laravel-file-cache-gc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download solution9th/laravel-file-cache-gc
More information about solution9th/laravel-file-cache-gc
Files in solution9th/laravel-file-cache-gc
Download solution9th/laravel-file-cache-gc
More information about solution9th/laravel-file-cache-gc
Files in solution9th/laravel-file-cache-gc
Vendor solution9th
Package laravel-file-cache-gc
Short Description Laravel file cache garbage collection.
License MIT
Package laravel-file-cache-gc
Short Description Laravel file cache garbage collection.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-file-cache-gc
Laravel file cache gc
In some cases, file cache driver is the more suitable choice for our project, but laravel do not clean up the old files unless you get it, and the expired cache files may fill up the disk.
This package create an artisan command cache:file-gc
do the garbage collection work that help you clean up the expired cache files.
Installation
composer require solution9th/laravel-file-cache-gc
Usage
-
Run the command manually, and you can with option
-d
to output the deleted files. - As a schedule write in
app/Console/Kernel.php
.
License
MIT.
All versions of laravel-file-cache-gc with dependencies
PHP Build Version
Package Version
No informations.
The package solution9th/laravel-file-cache-gc contains the following files
Loading the files please wait ....