mahimahi / auth-command
Command cli to create/manage users
Installs: 159
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/mahimahi/auth-command
Requires
- php: >=5.6.4
- cerbero/command-validator: ^1.0@dev
- laravel/framework: >=5.4
README
Create users from the command line
Requirements
- PHP => 5.6.4
- Laravel >= 5.4
Installation
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,
Usage
Create users from the cli :
php artisan auth:create-user "John Doe" john@doe.com