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(7y ago)129MITJavaScriptPHP &gt;=7.1.0

Since May 16Pushed 7y 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 2w ago

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 31% 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

2577d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13846414?v=4)[Naif Mohamed](/maintainers/naifmhd)[@naifmhd](https://github.com/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.

3453.7M8](/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.

17186.3k1](/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)
