2017 © Pedro Peláez
 

library create-user-command

Create a user with artisan command

image

rap2hpoutre/create-user-command

Create a user with artisan command

  • Thursday, December 15, 2016
  • by rap2hpoutre
  • Repository
  • 3 Watchers
  • 13 Stars
  • 4,288 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 10 % Grown

The README.md

Laravel User Command

Software License, (*1)

Create a user with artisan command., (*2)

Install

Install via composer, (*3)

composer require rap2hpoutre/create-user-command

Add the Create User command to app/Console/Kernel.php in protected $commands array, (*4)

\Rap2hpoutre\CreateUser\Command::class,

Usage

Define fillable attributes in your User class., (*5)

protected $fillable = ['name', 'email', 'role'];

Then, run user:create command., (*6)

demo, (*7)

Why

Sometimes, I have to manually create user (with no web interface)., (*8)

The Versions

15/12 2016

dev-master

9999999-dev

Create a user with artisan command

  Sources   Download

MIT

The Requires

 

by rap2h

laravel user php artisan create

15/12 2016

v0.1.4

0.1.4.0

Create a user with artisan command

  Sources   Download

MIT

The Requires

 

by rap2h

laravel user php artisan create

15/12 2016

v0.1.3

0.1.3.0

Create a user with artisan command

  Sources   Download

MIT

The Requires

 

by rap2h

15/12 2016

v0.1.2

0.1.2.0

Create a user with artisan command

  Sources   Download

MIT

The Requires

 

by rap2h

15/12 2016

v0.1.1

0.1.1.0

Create a user with artisan command

  Sources   Download

MIT

The Requires

 

by rap2h

15/12 2016

v0.1.0

0.1.0.0

Create a user with artisan command

  Sources   Download

MIT

The Requires

 

by rap2h