2017 © Pedro Peláez
 

library admin-user-command

Artisan Command to Make Admin Users

image

rtmatt/admin-user-command

Artisan Command to Make Admin Users

  • Monday, July 25, 2016
  • by RTMatt
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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)

The Versions

25/07 2016

dev-master

9999999-dev

Artisan Command to Make Admin Users

  Sources   Download

The Requires

  • php >=5.3.0

 

by Matt Emrick

25/07 2016

0.1.0

0.1.0.0

Artisan Command to Make Admin Users

  Sources   Download

The Requires

  • php >=5.3.0

 

by Matt Emrick

20/04 2016

0.0.1

0.0.1.0

Artisan Command to Make Admin Users

  Sources   Download

The Requires

  • php >=5.3.0

 

by Matt Emrick