Skip to content

rtmatt/admin-user-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Admin User Creation Command

Create admin users quickly on the command line

Installation

Install Dependencies

composer require rtmatt/admin-user-command

Register Provider

Within config/app.php, add the following to the providers array:

RTMatt\AdminUserCommand\AdminUserCommandServiceProvider::class,

Usage

php artisan adminuser:make

You will be prompted to define a name, email and permission level. Enter info for the prompts.

At the end, it will spit out the temporary password.

About

Artisan Command to Make Admin Users

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages