| Package Data | |
|---|---|
| Maintainer Username: | olivM |
| Maintainer Contact: | olivier.mourlevat@mahi-mahi.fr (Olivier Mourlevat) |
| Package Create Date: | 2017-05-05 |
| Package Last Update: | 2017-06-23 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:11:26 |
| Package Statistics | |
|---|---|
| Total Downloads: | 159 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 3 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
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