reallyli/laravel-unideploy

Custom Unique Laravel Deployer

Installs: 2 492

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 0

Forks: 0

pkg:composer/reallyli/laravel-unideploy

2.4.4 2019-12-17 09:51 UTC

This package is auto-updated.

Last update: 2025-10-17 22:09:43 UTC


README

StyleCI Scrutinizer Code Quality Build Status

Installation

composer require reallyli/laravel-unideploy --dev

Start

php artisan deploy:init

Deploy

Do not specify a deployment branch by default is the current branch

php artisan deploy {staging} --branh={branch}

Rollback

Roll back the current version

php artisan deploy:rollback {staging}

Unlock

Temporarily unlock the deployment file

php artisan deoloy:unlock {staging} 

Links