PHP code example of modules-unraveled / drush-shell-aliases

1. Go to this page and download the library: Download modules-unraveled/drush-shell-aliases 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/ */

    

modules-unraveled / drush-shell-aliases example snippets




 /**
 * Load additional drushrc.php files
 */
if (file_exists(__DIR__ . '/contrib/drush-shell-aliases/drushrc.php')) {