Create users from the command line
Composer
Run the following to include this via Composer
composer require mahimahi/auth-command
Then add Nexmo\Laravel\NexmoServiceProvider to the providers array in your config/app.php:
MahiMahi\AuthCommand\AuthCommandServiceProvider::class,
Create users from the cli :
php artisan auth:create-user "John Doe" john@doe.com