PHP code example of hi-folks / ghygen

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

    

hi-folks / ghygen example snippets

shell
php artisan ghygen:generate --projectdir=../otherproject
shell
php artisan ghygen:generate  --save=my-workflow.yml
shell
php artisan ghygen:generate  --save=auto
shell
php artisan ghygen:generate --projectdir=../myproject/ --save=auto
shell
php artisan migrate
shell
php artisan serve