phantomshift/laravel-deployer

Zero downtime Blue-Green deployment for Laravel

Maintainers

Package info

github.com/ghulamhussainbantwa-stack/phantomshift-deployer

pkg:composer/phantomshift/laravel-deployer

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-05-18 10:04 UTC

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

How it works