rap2hpoutre/create-user-command

Create a user with artisan command
12,952 20
Install
composer require rap2hpoutre/create-user-command
Latest Version:v0.1.4
PHP:>=5.6.4
License:MIT
Last Updated:Mar 17, 2021
Links: GitHub  ·  Packagist
Maintainer: rap2hpoutre

Laravel User Command

Software License

Create a user with artisan command.

Install

Install via composer

composer require rap2hpoutre/create-user-command

Add the Create User command to app/Console/Kernel.php in protected $commands array

\Rap2hpoutre\CreateUser\Command::class,

Usage

Define fillable attributes in your User class.

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

Then, run user:create command.

demo

Why

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

Related Packages

tasioleiva/laravel-usercommands

Create users and reset user passwords from the command line

41 0
boaideas/laravel-cli-create-user

An artisan command to create, list and remove users in a laravel application fro...

10,773 16
ahuggins/utilities

Artisan commands for user management, password reset, create user

318 1
elimuswift/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data...

4,696 36
nwidart/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data...

39,126 377