PHPackages                             mastani/nova-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. mastani/nova-password-reset

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

mastani/nova-password-reset
===========================

Reset your nova password easily from top navigation.

v1.2(4y ago)858.9k↓21.4%12[4 issues](https://github.com/mastani/nova-password-reset/issues)[1 PRs](https://github.com/mastani/nova-password-reset/pulls)MITVuePHP &gt;=7.1.0

Since Nov 20Pushed 4y ago2 watchersCompare

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

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Laravel Nova Password Reset Tool
================================

[](#laravel-nova-password-reset-tool)

This is a package for [Laravel Nova](https://nova.laravel.com/) which allows you to easily reset your nova password.

[![Total Downloads](https://camo.githubusercontent.com/5ba25c15df64d19e1c993eb80ddd10aab6d4b394f6becb8c601096ea328864c5/68747470733a2f2f706f7365722e707567782e6f72672f6d617374616e692f6e6f76612d70617373776f72642d72657365742f646f776e6c6f616473)](https://packagist.org/packages/mastani/nova-password-reset)[![Latest Stable Version](https://camo.githubusercontent.com/547562008802fad60e7dad94ca0fe7113d83451f078d56bc1e219e71f36add5d/68747470733a2f2f706f7365722e707567782e6f72672f6d617374616e692f6e6f76612d70617373776f72642d72657365742f762f737461626c65)](https://packagist.org/packages/mastani/nova-password-reset)[![Latest Unstable Version](https://camo.githubusercontent.com/426438947ee4c9da483ebaa8f74dd9af7be9a9572c2319de272944c7c128fa19/68747470733a2f2f706f7365722e707567782e6f72672f6d617374616e692f6e6f76612d70617373776f72642d72657365742f762f756e737461626c65)](https://packagist.org/packages/mastani/nova-password-reset)[![License](https://camo.githubusercontent.com/b2881e249069053542cf1973ad79c33984a33bc1cd1f58d2b1ed88f250d784d1/68747470733a2f2f706f7365722e707567782e6f72672f6d617374616e692f6e6f76612d70617373776f72642d72657365742f6c6963656e7365)](https://packagist.org/packages/mastani/nova-password-reset)

Screeenshots
------------

[](#screeenshots)

[![Laravel Nova Password Reset](https://raw.githubusercontent.com/mastani/nova-password-reset/master/screenshot.jpg "Laravel Nova Password Reset")](https://raw.githubusercontent.com/mastani/nova-password-reset/master/screenshot.jpg)

Requirements
------------

[](#requirements)

- PHP &gt;= 7.1
- [Laravel](https://laravel.com/) application with [Laravel Nova](https://nova.laravel.com/) installed

### Installation

[](#installation)

Install the package via composer:

```
$ composer require mastani/nova-password-reset
```

Publish the view (Will overwrite 'user.blade.php' which is provided by nova):

```
php artisan vendor:publish --force --provider="Mastani\NovaPasswordReset\ToolServiceProvider" --tag="nova-views"

```

Register the tool in the `tools` method of the `NovaServiceProvider`:

```
// app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Mastani\NovaPasswordReset\NovaPasswordReset,
    ];
}

```

Customizations (Optional)
-------------------------

[](#customizations-optional)

If you want to specify the min length of password you can publish the config file:

```
php artisan vendor:publish --provider="Mastani\NovaPasswordReset\ToolServiceProvider" --tag="config"

```

Now head over to "config/nova-password-reset.php" and you can change the value:

```
'min_password_size' => 5

```

---

You can also use English or Portuguese language or add your own translation:

```
php artisan vendor:publish --provider="Mastani\NovaPasswordReset\ToolServiceProvider" --tag="translations"

```

Contributors
------------

[](#contributors)

[Amin Mastani](https://github.com/mastani)

[Newton Evangelista](https://github.com/newtongamajr)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% of commits — single point of failure

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 ~261 days

Total

3

Last Release

1483d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7414851?v=4)[Amin Mastani](/maintainers/mastani)[@mastani](https://github.com/mastani)

---

Top Contributors

[![mastani](https://avatars.githubusercontent.com/u/7414851?v=4)](https://github.com/mastani "mastani (8 commits)")[![newtongamajr](https://avatars.githubusercontent.com/u/8673343?v=4)](https://github.com/newtongamajr "newtongamajr (5 commits)")[![exophunk](https://avatars.githubusercontent.com/u/4455472?v=4)](https://github.com/exophunk "exophunk (1 commits)")

---

Tags

laravel-novanova-passwordlaravelnova

### Embed Badge

![Health badge](/badges/mastani-nova-password-reset/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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