emfits/laravel-cdcleaner

Cleaning up old releases that won't be needed anymore.

v0.1.10 2024-03-14 11:51 UTC

This package is auto-updated.

Last update: 2024-05-14 12:21:46 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

Handling old release directories with this package. Especially using zero-downtime deployments with one release directory and a linked current directory.

Installation

You can install the package via composer:

composer require emfits/laravel-cdcleaner

Commands

php artisan emfits:cdcleaner:clean

Configuration

You can publish the config with:

php artisan vendor:publish --tag=cdcleaner-config

Usage

// Usage description here

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email m.nowocyn@emfits.de instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.