composer require reallyli/laravel-unideploy --dev
php artisan deploy:init
Do not specify a deployment branch by default is the current branch
php artisan deploy {staging} --branh={branch}
Roll back the current version
php artisan deploy:rollback {staging}
Temporarily unlock the deployment file
php artisan deoloy:unlock {staging}