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

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

epartment/nova-unique-ajax-field
================================

A Laravel Nova field.

1.0.2(7y ago)195804[2 issues](https://github.com/epartment/nova-unique-ajax-field/issues)MITVuePHP &gt;=7.1.0

Since Sep 13Pushed 7y ago2 watchersCompare

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

READMEChangelog (3)DependenciesVersions (4)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 epartment/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

30

—

LowBetter than 64% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

2800d ago

### Community

Maintainers

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

---

Tags

laravelnova

### Embed Badge

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

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

###  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)
