PHP code example of zhylon / laravel-cli-tools

1. Go to this page and download the library: Download zhylon/laravel-cli-tools 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/ */

    

zhylon / laravel-cli-tools example snippets

bash
php artisan vendor:publish --tag="laravel-cli-tools"
bash
php artisan cli-tools:create-user [<name
bash
php artisan cli-tools:create-user
php artisan cli-tools:create-user TestUser
php artisan cli-tools:create-user TestUser --email=example.com
php artisan cli-tools:create-user TestUser --email=example.com --password=secret
php artisan cli-tools:create-user TestUser --email=example.com --password=secret --force