Handling old release directories with this package. Especially using zero-downtime deployments with one release directory and a linked current directory.
You can install the package via composer:
composer require emfits/laravel-cdcleaner
php artisan emfits:cdcleaner:clean
You can publish the config with:
php artisan vendor:publish --tag=cdcleaner-config
// Usage description here
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email m.nowocyn@emfits.de instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.