phantomshift / laravel-deployer
Zero downtime Blue-Green deployment for Laravel
Package info
github.com/ghulamhussainbantwa-stack/phantomshift-deployer
pkg:composer/phantomshift/laravel-deployer
dev-master
2026-05-18 10:04 UTC
Requires
- php: ^8.1
- illuminate/console: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
Requires (Dev)
- phpunit/phpunit: ^11.5
This package is auto-updated.
Last update: 2026-07-18 10:23:27 UTC
README
https://packagist.org/users/ghulamhussainbantwa-stack/packages/
https://laravel-news.com/account/links
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