Admin User Creation Command
Create admin users quickly on the command line, (*1)
Installation
Install Dependencies
``` bash
composer require rtmatt/admin-user-command, (*2)
### Register Provider
Within `config/app.php`, add the following to the `providers` array:
``` php
RTMatt\AdminUserCommand\AdminUserCommandServiceProvider::class,
Usage
bash
php artisan adminuser:make, (*3)
You will be prompted to define a name, email and permission level. Enter info for the prompts., (*4)
At the end, it will spit out the temporary password., (*5)