PHP code example of mayconbordin / laravel-http-deployer

1. Go to this page and download the library: Download mayconbordin/laravel-http-deployer 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/ */

    

mayconbordin / laravel-http-deployer example snippets


'Mayconbordin\LaravelHttpDeployer\LaravelHttpDeployerServiceProvider'
bash
php artisan deploy deployment.yaml
bash
php artisan deploy deployment.yaml application
bash
php artisan deploy --package-only deployment.yaml
bash
php artisan deploy:rollback deployment.yaml
bash
php artisan deploy:rollback deployment.yaml 5
bash
php artisan deploy deployment.yaml 5 application
bash
php artisan deploy:status deployment.yaml