PHPackages                             diimolabs/nova-profile-tool - 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. diimolabs/nova-profile-tool

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

diimolabs/nova-profile-tool
===========================

A tool for Laravel Nova to allow users to edit their profile data

1.1.3(4y ago)02.2kMITPHPPHP &gt;=7.1.0

Since Aug 26Pushed 4y agoCompare

[ Source](https://github.com/diimolabs/nova-profile-tool)[ Packagist](https://packagist.org/packages/diimolabs/nova-profile-tool)[ Docs](https://github.com/diimolabs/nova-profile-tool)[ RSS](/packages/diimolabs-nova-profile-tool/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (19)Used By (0)

A tool to let user's update their profile in Laravel Nova
=========================================================

[](#a-tool-to-let-users-update-their-profile-in-laravel-nova)

[![Latest Version on Packagist](https://camo.githubusercontent.com/37ec5f33a05e21cc229f7966dc759b1f9fa72a1cdb6016d53692c6247b351fa4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6469696d6f6c6162732f6e6f76612d70726f66696c652d746f6f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/diimolabs/nova-profile-tool)[![Total Downloads](https://camo.githubusercontent.com/ea236ac656175cccf099d01f040135a0bd5b09e0e09faaec2b1dd56a5fe616c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6469696d6f6c6162732f6e6f76612d70726f66696c652d746f6f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/diimolabs/nova-profile-tool)

When this tool is added to Nova, you can let users update their profile data without giving them access to the full User resource under 'Resources'.

[![screenshot of the backup tool](https://github.com/runlinenl/nova-profile-tool/raw/master/screenshot.png)](https://github.com/runlinenl/nova-profile-tool/raw/master/screenshot.png)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require diimolabs/nova-profile-tool
```

Next up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

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

// ...

public function tools()
{
    return [
        // ...
        new \diimolabs\ProfileTool\ProfileTool,
    ];
}
```

Usage
-----

[](#usage)

Click on the "Profile" menu item in your Nova app to see the tool provided by this package.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Patrick Bergman](https://github.com/patrickbergman)

License
-------

[](#license)

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

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~262 days

Recently: every ~328 days

Total

6

Last Release

1502d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/06466ea32ac6329c5f858c2efb1940575df207fdebb54eca7bf58ede0df89531?d=identicon)[JVillator0](/maintainers/JVillator0)

---

Top Contributors

[![patrickbergman](https://avatars.githubusercontent.com/u/17382449?v=4)](https://github.com/patrickbergman "patrickbergman (15 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![JVillator0](https://avatars.githubusercontent.com/u/35673133?v=4)](https://github.com/JVillator0 "JVillator0 (2 commits)")[![francoislevesque](https://avatars.githubusercontent.com/u/14022409?v=4)](https://github.com/francoislevesque "francoislevesque (2 commits)")[![mahmoud-birdsol](https://avatars.githubusercontent.com/u/16209999?v=4)](https://github.com/mahmoud-birdsol "mahmoud-birdsol (1 commits)")[![blackfyre](https://avatars.githubusercontent.com/u/1991410?v=4)](https://github.com/blackfyre "blackfyre (1 commits)")[![YannikFirre](https://avatars.githubusercontent.com/u/3316758?v=4)](https://github.com/YannikFirre "YannikFirre (1 commits)")

---

Tags

laraveltoolprofilenova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/diimolabs-nova-profile-tool/health.svg)

```
[![Health](https://phpackages.com/badges/diimolabs-nova-profile-tool/health.svg)](https://phpackages.com/packages/diimolabs-nova-profile-tool)
```

###  Alternatives

[runlinenl/nova-profile-tool

A tool for Laravel Nova to allow users to edit their profile data

37217.5k](/packages/runlinenl-nova-profile-tool)[cendekia/nova-setting-tool

An app setting manager tool for laravel nova

4010.4k](/packages/cendekia-nova-setting-tool)[inspheric/nova-defaultable

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

51174.8k1](/packages/inspheric-nova-defaultable)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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