mahimahi/auth-command

Command cli to create/manage users

Maintainers

Package info

github.com/Mahi-Mahi/AuthCommand

pkg:composer/mahimahi/auth-command

Statistics

Installs: 159

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.9 2017-06-23 07:55 UTC

This package is not auto-updated.

Last update: 2026-03-15 10:32:56 UTC


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