mahimahi/auth-command

Command cli to create/manage users
159
Install
composer require mahimahi/auth-command
Latest Version:v0.1.9
PHP:>=5.6.4
License:MIT
Last Updated:Jun 23, 2017
Links: GitHub  ·  Packagist
Maintainer: olivM

AuthCommand

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

Related Packages

kcpt/mysqltools

KCPT's easy database dump/import commands for MySQL.

29 2
novius/laravel-artisan-commands

Additional artisan commands for Laravel

25,585 7
linearsoft/entrust-cli

Provides a console interface to Entrust for Laravel

26 1
intonate/console

Laravel 4 Console Utilities

5 0
albertcht/lumen-console

A Lumen package for missing Laravel console commands.

38 2