PHP code example of gsilva18 / laravel-dol-commands

1. Go to this page and download the library: Download gsilva18/laravel-dol-commands 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/ */

    

gsilva18 / laravel-dol-commands example snippets

bash
php artisan dol:action CreateUserAction -d User
bash
php artisan vendor:publish --tag="dol-commands-config"