PHP code example of justinbyrne / extra-artisan-commands

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

    

justinbyrne / extra-artisan-commands example snippets


return [
    /*
    |--------------------------------------------------------------------------
    | Create new user fields
    |--------------------------------------------------------------------------
    |
    | The fields that are needed to create a new user, add or remove as
    | 
bash
php artisan vendor:publish --tag="extra-artisan-commands-config"