PHP code example of rockbuzz / lara-custom-command

1. Go to this page and download the library: Download rockbuzz/lara-custom-command 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/ */

    

rockbuzz / lara-custom-command example snippets


$ php artisan cache:renew-all
$ php artisan cache:clear-all
$ php artisan db:show-tables
$ php artisan db:describe {table_name}
$ php artisan db:import {to/path/dump.sql}
$ php artisan user:pass {email} {pass?}