PHPackages                             wamesk/nova-email-autocomplete-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. wamesk/nova-email-autocomplete-field

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

wamesk/nova-email-autocomplete-field
====================================

A Laravel Nova field.

1.1.4(2mo ago)01.2k↓50%MITVuePHP ^7.3|^8.0

Since Dec 18Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/wamesk/nova-email-autocomplete-field)[ Packagist](https://packagist.org/packages/wamesk/nova-email-autocomplete-field)[ RSS](/packages/wamesk-nova-email-autocomplete-field/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

Laravel Nova 4 Email autocomplete field
=======================================

[](#laravel-nova-4-email-autocomplete-field)

[![img.png](readme/input.png)](readme/input.png)[![img.png](readme/input-autocomplete.png)](readme/input-autocomplete.png)

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

[](#requirements)

- `"laravel/nova": "^4.0|^5.0"`

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

[](#installation)

```
composer require wamesk/nova-email-autocomplete-field
```

### Publishing config

[](#publishing-config)

```
php artisan vendor:publish --provider="Wame\NovaEmailAutocompleteField\FieldServiceProvider" --tag="config"
php artisan vendor:publish --provider="Wame\NovaEmailAutocompleteField\FieldServiceProvider" --tag="translation"
```

Usage
-----

[](#usage)

Default usage is pretty simple like every other field

By default it autocompletes domains in config file nova-email-autocomplete.php

```
use Wame\NovaEmailAutocompleteField\Email;

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

Alternatively you can overwrite it and use domains() method

```
use Wame\NovaEmailAutocompleteField\Email;

Email::make('Email')
    ->domains([
        'gmail.com',
        'yahoo.com',
        ...
    ])
```

Check unique
------------

[](#check-unique)

https://nova.laravel.com/docs/resources/validation.html#creation-rules

```
Email::make(__('user.field.email'), 'email')
    ->required()
    ->rules('required', 'email', 'max:75')
    ->creationRules('unique:users,email')
    ->updateRules('unique:users,email,{{resourceId}}')
```

A Show button will appear when a duplicate is found.

If you do not want to display it, set the value to `false`.

```
Email::make(__('user.field.email'), 'email')
    ->uniqueResource(false)
```

If you want to redirect to another resource such as a table.

```
Email::make(__('customer.field.email'), 'email')
    ->uniqueResource('customers')
```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance82

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.5% 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 ~132 days

Recently: every ~139 days

Total

7

Last Release

89d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bf6ece61ae07942df38ce88eb4053d4176c6ab0bf803191953961023f25fc70?d=identicon)[WAME](/maintainers/WAME)

---

Top Contributors

[![stanislav-cervenak](https://avatars.githubusercontent.com/u/6931349?v=4)](https://github.com/stanislav-cervenak "stanislav-cervenak (6 commits)")[![adrianzofcin](https://avatars.githubusercontent.com/u/75702986?v=4)](https://github.com/adrianzofcin "adrianzofcin (5 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/wamesk-nova-email-autocomplete-field/health.svg)

```
[![Health](https://phpackages.com/badges/wamesk-nova-email-autocomplete-field/health.svg)](https://phpackages.com/packages/wamesk-nova-email-autocomplete-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)[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)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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