PHP code example of nalipaz / rocketeer-drush

1. Go to this page and download the library: Download nalipaz/rocketeer-drush 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/ */

    

nalipaz / rocketeer-drush example snippets

 php
  'plugins' => [
    'Rocketeer\Plugins\Drush\RocketeerDrush',
  ],

.rocketeer/connections/
├── local
│   └── remote.php
├── production
│   ├── drush.php
│   ├── remote.php
│   └── scm.php
└── staging
    ├── drush.php
    ├── remote.php
    └── scm.php
.rocketeer/plugins/
└── rocketeers
    └── rocketeer-drush
        └── drush.php