rtmatt/admin-user-command

There is no license information available for the latest version (0.1.0) of this package.

Artisan Command to Make Admin Users

0.1.0 2016-07-25 20:50 UTC

This package is not auto-updated.

Last update: 2024-05-09 00:06:32 UTC


README

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.