laravel-deployer maintained by phantomshift
PhantomShift — Laravel Blue-Green Deployer
Zero downtime Blue-Green deployment package for Laravel. Deploy without your users ever noticing.
Installation
composer require phantomshift/laravel-deployer
Usage
Deploy
php artisan deploy:blue-green v1.0.0
Deploy without confirm
php artisan deploy:blue-green v1.0.0 --force
Rollback
php artisan deploy:rollback
See all releases
php artisan deploy:rollback --list