rtmatt / admin-user-command
This package is abandoned and no longer maintained.
No replacement package was suggested.
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
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-06-05 05:04:15 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.