PHPackages                             rik43/nova-unique-ajax-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. rik43/nova-unique-ajax-field

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

rik43/nova-unique-ajax-field
============================

A Laravel Nova field.

1.0.3(6y ago)02411MITVuePHP &gt;=7.1.0

Since Sep 13Pushed 6y agoCompare

[ Source](https://github.com/rik43/nova-unique-ajax-field)[ Packagist](https://packagist.org/packages/rik43/nova-unique-ajax-field)[ RSS](/packages/rik43-nova-unique-ajax-field/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (5)Used By (0)

Nova Unique Field
=================

[](#nova-unique-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c14d03fc2b041d211284b93568ac3087afeb12639d9a99d63845b05839bdb732/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65706172746d656e742f6e6f76612d756e697175652d616a61782d6669656c642e737667)](https://packagist.org/packages/epartment/nova-unique-ajax-field)[![Total Downloads](https://camo.githubusercontent.com/363b90fc96cfe7707bcb7786248a9978640fa09f553d362b9002f9dd2b85acad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65706172746d656e742f6e6f76612d756e697175652d616a61782d6669656c642e737667)](https://packagist.org/packages/epartment/nova-dependency-container)[![License](https://camo.githubusercontent.com/7d90136ef76249a3b2adb8e10df1e2398ad1ee296486548a6c60049f7ec31c7d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f65706172746d656e742f6e6f76612d756e697175652d616a61782d6669656c642e737667)](https://github.com/epartment/nova-unique-ajax-field/blob/master/LICENSE.md)

### Description

[](#description)

This field validates for uniqueness while typing through an AJAX request, instead of on-save in Nova.

### Demo

[](#demo)

[![Demo](https://raw.githubusercontent.com/epartment/nova-unique-ajax-field/master/docs/demo.gif)](https://raw.githubusercontent.com/epartment/nova-unique-ajax-field/master/docs/demo.gif)

### Installation

[](#installation)

Install through composer: `composer require rik43/nova-unique-ajax-field`

### Usage

[](#usage)

Add a new `Unique` field to your Nova Resource:

```
use Epartment\NovaUniqueField\Unique;

Unique::make('Email')
```

### Options

[](#options)

```
Unique::make('Email', 'email')
    ->actOn(Unique::KEY_UP)
    ->notUniqueMessage('Not Unique!')
    ->keyUpDelay(500),
```

It is possible to validate on Key Up (with adjustable delay) or Blur.

### License

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/epartment/nova-unique-ajax-field/blob/master/LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~113 days

Total

4

Last Release

2505d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1737715?v=4)[rik43](/maintainers/rik43)[@rik43](https://github.com/rik43)

---

Top Contributors

[![rik43](https://avatars.githubusercontent.com/u/1737715?v=4)](https://github.com/rik43 "rik43 (3 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/rik43-nova-unique-ajax-field/health.svg)

```
[![Health](https://phpackages.com/badges/rik43-nova-unique-ajax-field/health.svg)](https://phpackages.com/packages/rik43-nova-unique-ajax-field)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3423.6M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

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

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

Boost your Laravel Nova with the TinyMCE editor.

17178.1k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

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

11258.1k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1197.8k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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