PHP code example of fitluismacedo / basher

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

    

fitluismacedo / basher example snippets

 bash 
php artisan basher:clean
 bash
php artisan basher:env {environment}
 bash 
php artisan basher:file {option} {filepath}
 bash 
php artisan basher:force-composer-update
 bash
php artisan basher:generate {option=all} {directory=PROJECT_DIRECTORY_NAME}
 bash 
php artisan basher:pull
 bash 
php artisan basher:reinstall
 bash
php artisan basher:revert {commidId} {branch=master}
 bash
php artisan basher:tag {option} {tagname}