PHPackages                             ninesixtymv/nova-thaana-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. ninesixtymv/nova-thaana-field

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

ninesixtymv/nova-thaana-field
=============================

Laravel Nova Thaana field.

0.1.2(6y ago)129MITJavaScriptPHP &gt;=7.1.0

Since May 16Pushed 6y agoCompare

[ Source](https://github.com/ninesixtymv/NovaThaanaField)[ Packagist](https://packagist.org/packages/ninesixtymv/nova-thaana-field)[ RSS](/packages/ninesixtymv-nova-thaana-field/feed)WikiDiscussions master Synced yesterday

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

Thaana fields for Nova apps
===========================

[](#thaana-fields-for-nova-apps)

This package contains a Nova field to add Thaana Field to resources. Under the hood it uses the [jawish/jtk](https://github.com/jawish/jtk).

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

[](#installation)

You can install this package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require ninesixtymv/nova-thaana-field
```

Usage
-----

[](#usage)

#### Text

[](#text)

To make an Text field support Thaana, you can use the `Ninesixtymv\NovaThaanaField\ThaanaTextField` field in your Nova resource:

```
namespace App\Nova;

use Ninesixtymv\NovaThaanaField\ThaanaTextField;

class Post extends Resource
{
  // ...

  public function fields(Request $request)
  {
    return [
      // ...

      ThaanaTextField::make('Title'),

      // ...
    ];
  }
}
```

#### Textarea

[](#textarea)

To make an Textarea field support Thaana, you can use the `Ninesixtymv\NovaThaanaField\ThaanaTextareaField` field in your Nova resource:

```
namespace App\Nova;

use Ninesixtymv\NovaThaanaField\ThaanaTextField;

class Post extends Resource
{
  // ...

  public function fields(Request $request)
  {
    return [
      // ...

      ThaanaTextareaField::make('Description'),

      // ...
    ];
  }
}
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please create an issue.

Credits
-------

[](#credits)

- [Jawish Hameed](https://github.com/jawish)

The javascript that enable Thaana in the fields is based on the [JTK](https://github.com/jawish/jtk) package created by [Jawish Hameed](https://github.com/jawish)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

Total

7

Last Release

2528d ago

### Community

Maintainers

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

---

Top Contributors

[![naifmhd](https://avatars.githubusercontent.com/u/13846414?v=4)](https://github.com/naifmhd "naifmhd (29 commits)")

---

Tags

jtklaravelnovathaanalaravelnova

### Embed Badge

![Health badge](/badges/ninesixtymv-nova-thaana-field/health.svg)

```
[![Health](https://phpackages.com/badges/ninesixtymv-nova-thaana-field/health.svg)](https://phpackages.com/packages/ninesixtymv-nova-thaana-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)
