PHPackages                             joepriest/laravel-password-reset - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. joepriest/laravel-password-reset

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

joepriest/laravel-password-reset
================================

A simple artisan command to reset user passwords.

v1.0.2(2y ago)039MITPHPPHP ^8.0

Since Jul 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/joepriest/laravel-password-reset)[ Packagist](https://packagist.org/packages/joepriest/laravel-password-reset)[ RSS](/packages/joepriest-laravel-password-reset/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Password Reset
==============

[](#password-reset)

A simple artisan command to reset user passwords.

[![Latest Stable Version](https://camo.githubusercontent.com/e751a9b974cd0e82c94f63de3d541ecd5b45017be979f38190d248caeb627020/68747470733a2f2f706f7365722e707567782e6f72672f6a6f657072696573742f6c61726176656c2d70617373776f72642d72657365742f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/joepriest/laravel-password-reset)[![Total Downloads](https://camo.githubusercontent.com/f3d948b4a243a01fab953c03e08e69d172eb75f42163eafab545d12867ea97ef/68747470733a2f2f706f7365722e707567782e6f72672f6a6f657072696573742f6c61726176656c2d70617373776f72642d72657365742f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/joepriest/laravel-password-reset)[![License](https://camo.githubusercontent.com/a477777822f3ecf55ec6231aa7687ff08e06a6a39dbf4c98d8ce55393bac4735/68747470733a2f2f706f7365722e707567782e6f72672f6a6f657072696573742f6c61726176656c2d70617373776f72642d72657365742f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/joepriest/laravel-password-reset)[![Actions Status](https://github.com/joepriest/laravel-password-reset/workflows/Tests/badge.svg)](https://github.com/joepriest/laravel-password-reset/actions)

Installation
------------

[](#installation)

Install the package via Composer:

```
composer require joepriest/laravel-password-reset
```

Usage
-----

[](#usage)

To reset a password, run `user:reset-password` from your console, with the following options:

- `--user=`: The ID of the user
- `--password=`: The new password
- `--R|random`: Use a random password

If no user ID is provided, you will be asked to choose a user (searching the `name` field by default, but this can be overridden).

If no new password is provided, and the `--random` flag is not set, you will be asked for one (a random one will be suggested).

Configuration
-------------

[](#configuration)

- `user_model`: The path to the user model (defaults to `App\Models\User::class`)
- `search_field`: The field to be used when searching for a user (defaults to `name`)
- `password`: The password field which the command will reset (defaults to `password`)

If you wish to override these settings, publish the configuration file:

```
php artisan vendor:publish
```

Then alter the options in `config/password-reset.php`.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

1022d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f983fdf231df52ee55a6ae945c2960e5b89e44abc5f5ba0f41c12c4e196eb8bb?d=identicon)[joepriest](/maintainers/joepriest)

---

Tags

laravelpasswordartisancommandreset

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/joepriest-laravel-password-reset/health.svg)

```
[![Health](https://phpackages.com/badges/joepriest-laravel-password-reset/health.svg)](https://phpackages.com/packages/joepriest-laravel-password-reset)
```

###  Alternatives

[msztorc/laravel-env

Laravel env helper commands

7855.4k](/packages/msztorc-laravel-env)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
