Download the PHP package sergeybruhin/laravel-user-commands without Composer
On this page you can find all versions of the php package sergeybruhin/laravel-user-commands. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sergeybruhin/laravel-user-commands
More information about sergeybruhin/laravel-user-commands
Files in sergeybruhin/laravel-user-commands
Package laravel-user-commands
Short Description Artisan commands for managing Laravel users
License MIT
Homepage https://github.com/sergeybruhin/laravel-user-commands
Informations about the package laravel-user-commands
Laravel User Commands Package
Artisan commands to create, delete, and change passwords for Laravel users.
Installation
You can install the package via composer:
Optionally publish the config:
Commands
users:create
Creates a new user. Prompts interactively if options are omitted. Sets email_verified_at automatically.
users:change-password
Changes the password of an existing user. When run without --password, prompts for the new password and a confirmation.
users:delete
Deletes an existing user. Shows user details and asks for confirmation unless --force is passed.
Configuration
| Key | Default | Description |
|---|---|---|
user_model |
App\Models\User |
Eloquent model used for all user operations. |
min_password_length |
6 |
Minimum character length enforced on create and change-password. |
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Sergey Bruhin
- All Contributors
License
The MIT License (MIT). Please see License File for more information.