PHP code example of devuri / wpenv-console

1. Go to this page and download the library: Download devuri/wpenv-console 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/ */

    

devuri / wpenv-console example snippets

bash
php nino list
bash
   php bin/nino make:env <name>
   
bash
   php bin/nino serve
   
bash
   php bin/nino setup <replacement_domain>
   
bash
   php bin/nino install <package_slug>  <plugin_or_theme>
   
bash
   php bin/nino make:htpass [--username=<username>] [--password=<password>]
   
bash
   php bin/nino db:backup
   
bash
   php bin/nino make:composer
   
bash
   php bin/nino wp:install [--title=<blog_title>] [--user=<admin_username>] [--email=<admin_email>]
   
bash
   php bin/nino wp:login [--user=<admin_username>]
   
bash
    php bin/nino make:dbadmin [--_dir=<directory_name>]