dievelop/laravel-purge

There is no license information available for the latest version (dev-master) of this package.

Remove expired files from laravel filesystem disks directories

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/dievelop/laravel-purge

dev-master 2019-04-03 02:15 UTC

This package is auto-updated.

Last update: 2025-10-29 02:23:32 UTC


README

Note: package is not yet production ready.

Installation

composer require dievelop/laravel-purge

In Laravel 5.5 the service provider will automatically get registered. In older versions of the framework just add the service provider in config/app.php file:

'providers' => [
    Dievelop\LaravelPurge\ServiceProvider::class,
];

Usage

...

Disk Configuration

...

Artisan

...

Manual Usage

...