rtmatt / admin-user-command
Artisan Command to Make Admin Users
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rtmatt/admin-user-command
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.