PHPackages                             gldrenthe89/nova-string-generator-field - 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. gldrenthe89/nova-string-generator-field

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

gldrenthe89/nova-string-generator-field
=======================================

A Laravel Nova field for generating a random string. This can be used for a Text field and for a Password field.

v4.1(1y ago)552.6k↓24.6%8[1 PRs](https://github.com/gldrenthe89/nova-string-generator-field/pulls)MITVue

Since Oct 21Pushed 1y ago2 watchersCompare

[ Source](https://github.com/gldrenthe89/nova-string-generator-field)[ Packagist](https://packagist.org/packages/gldrenthe89/nova-string-generator-field)[ Docs](https://github.com/gldrenthe89/nova-string-generator-field)[ RSS](/packages/gldrenthe89-nova-string-generator-field/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (15)Used By (0)

Nova String Generation Field
============================

[](#nova-string-generation-field)

A Nova field which can genarate a string upon creating or updating, this adds a string generator button and copy button to a Text or Password field.

Screenshot
----------

[](#screenshot)

Demo with shown password.

[![Demo1](docs/demo.png)](docs/demo.png)

Demo with 'normal' hidden password.

[![Demo1](docs/demo2.png)](docs/demo2.png)

Installation:
-------------

[](#installation)

You can install the package in to a Laravel app that uses Nova via composer:

```
composer require gldrenthe89/nova-string-generator-field
```

```
use Gldrenthe89\NovaStringGeneratorField\NovaGenerateString;
use Gldrenthe89\NovaStringGeneratorField\NovaGeneratePassword;

// Field which extends the default Nova Text field
NovaGenerateString::make('String')
    ->length(12) // specify the generated string length (default = 10)
    ->excludeRules(['symbols']), // exclude characters types (symbols, numbers. uppercase, lowercase)

// Field which extends the default Nova Password field
NovaGeneratePassword::make('password'), // possible options are the same as above
```

Localization
------------

[](#localization)

The translation file(s) can be published by using the following publish command:

```
php artisan vendor:publish --provider="Gldrenthe89\NovaStringGeneratorField\NovaStringGeneratorFieldServiceProvider" --tag="translations"
```

You can add your translations to `resources/lang/vendor/nova-string-generator-field/` by creating a new translations file with the locale name (ie `et.json`) and copying the JSON from the existing `en.json`.

License:
--------

[](#license)

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

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance46

Moderate activity, may be stable

Popularity37

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity62

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

Recently: every ~227 days

Total

13

Last Release

418d ago

Major Versions

v1.0.1 → v2.02020-10-28

v2.2 → v3.02022-09-22

v3.1 → v4.02024-12-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/68d9b799817787853bfd75d2943db9107eff5c72922de2b746ee658a3e241e64?d=identicon)[gldrenthe89](/maintainers/gldrenthe89)

---

Top Contributors

[![gldrenthe89](https://avatars.githubusercontent.com/u/56250338?v=4)](https://github.com/gldrenthe89 "gldrenthe89 (15 commits)")[![ramonfeleus](https://avatars.githubusercontent.com/u/73035608?v=4)](https://github.com/ramonfeleus "ramonfeleus (5 commits)")[![Kreshnik](https://avatars.githubusercontent.com/u/1788349?v=4)](https://github.com/Kreshnik "Kreshnik (2 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (2 commits)")[![hoczeus](https://avatars.githubusercontent.com/u/21122862?v=4)](https://github.com/hoczeus "hoczeus (1 commits)")

---

Tags

laravelpasswordnova

### Embed Badge

![Health badge](/badges/gldrenthe89-nova-string-generator-field/health.svg)

```
[![Health](https://phpackages.com/badges/gldrenthe89-nova-string-generator-field/health.svg)](https://phpackages.com/packages/gldrenthe89-nova-string-generator-field)
```

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[outl1ne/nova-menu-builder

This Laravel Nova package allows you to create and manage menus and menu items.

243246.0k3](/packages/outl1ne-nova-menu-builder)[datomatic/nova-enum-field

A Laravel Nova PHP 8.1 enum field with filters

20134.2k](/packages/datomatic-nova-enum-field)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92179.0k3](/packages/advoor-nova-editor-js)

PHPackages © 2026

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