PHP code example of reallyli / laravel-unideploy
1. Go to this page and download the library: Download reallyli/laravel-unideploy library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
reallyli / laravel-unideploy example snippets
shell
php artisan deploy:init
shell
php artisan deploy {staging} --branh={branch}
shell
php artisan deploy:rollback {staging}
shell
php artisan deoloy:unlock {staging}