You can install the package via composer:
composer require zhylon/laravel-cli-toolsYou can publish the config file with:
php artisan vendor:publish --tag="laravel-cli-tools"Create User Command
php artisan cli-tools:create-user [<name?>] --email[=EMAIL] --password[=PASSWORD] --forceExample:
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 --forcePlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.