PHPackages                             suhaib-kotb/nova-ajax-text - 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. suhaib-kotb/nova-ajax-text

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

suhaib-kotb/nova-ajax-text
==========================

A Laravel Nova field.

1.0.1(4y ago)024.1k↓33.3%MITVuePHP &gt;=7.1.0

Since Mar 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/SuhaibKotb/nova-ajax-text)[ Packagist](https://packagist.org/packages/suhaib-kotb/nova-ajax-text)[ RSS](/packages/suhaib-kotb-nova-ajax-text/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Install
-------

[](#install)

```
composer require suhaib-kotb/nova-ajax-text

```

Usage
-----

[](#usage)

Specify a request url, and the parent($attribute) to watch.

```
use SuhaibKotb\NovaAjaxText\AjaxText;

```

```
Text::make('National ID', 'national_id'),

AjaxText::make('Full Name', 'name')
    ->parent('national_id')
    ->get('/api/users/{national_id}/name'),

```

Request Url:
------------

[](#request-url)

In the above example, we say `national_id` is the parent. The `{national_id}` url parameter will equal the `National ID` field value.

Response Format:
----------------

[](#response-format)

```
Route::get('/api/users/{national_id}/{property}', function($national_id, $property) {
    $user = \App\User::where('national_id', $national_id)->first();
    return $user->$property ?? '';  // it equal to $user->name;
})->middleware(['nova']);

```

Always Disabled:
----------------

[](#always-disabled)

You can use alwaysDisabled option if you don't need to edit the vlaue.

```
Text::make('National ID', 'national_id'),

AjaxText::make('Full Name', 'name')
    ->alwaysDisabled()
    ->parent('national_id')
    ->get('/api/users/{national_id}/name'),

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Total

2

Last Release

1609d ago

### Community

Maintainers

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

---

Top Contributors

[![SuhaibKotb](https://avatars.githubusercontent.com/u/47416108?v=4)](https://github.com/SuhaibKotb "SuhaibKotb (6 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/suhaib-kotb-nova-ajax-text/health.svg)

```
[![Health](https://phpackages.com/badges/suhaib-kotb-nova-ajax-text/health.svg)](https://phpackages.com/packages/suhaib-kotb-nova-ajax-text)
```

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