emfits / laravel-cdcleaner
Cleaning up old releases that won't be needed anymore.
Installs: 3 661
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Requires
- php: ^8.1|^8.2|^8.3|^8.4
- illuminate/console: ^8.0|^9.0|^10.0|^11.0|^12.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0|^12.0
Requires (Dev)
- laravel/pint: ^1.19
- orchestra/testbench: ^7.0|^8.0|^9.0|^10.0
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^9.0|^10.0|^11.0
- rector/rector: ^2.0
- tightenco/duster: ^2.2
README
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.