PHPackages                             aiman/thaana-text-area-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. aiman/thaana-text-area-field

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

aiman/thaana-text-area-field
============================

A Laravel Nova field.

v1.0.0(5y ago)010MITVuePHP &gt;=7.1.0

Since Jul 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/aiman1717a/thaana-text-area-field)[ Packagist](https://packagist.org/packages/aiman/thaana-text-area-field)[ RSS](/packages/aiman-thaana-text-area-field/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

thaana-text-area-field
======================

[](#thaana-text-area-field)

This Nova Package allow you to use Nova field with Thaana Keyboard on a Text Area

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

[](#installation)

```
composer require aiman/thaana-text-area-field

```

Usage
-----

[](#usage)

In your Nova resource add the use declaration and use the NovaTinyMCE field:

```
use Aiman\ThaanaTextAreaField\ThaanaTextAreaField;

    /**
     * Get the fields displayed by the resource.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    public function fields(Request $request)
    {
        return [
            ID::make()->sortable(),

            ThaanaTextAreaField::make('Content'),
        ];
    }

```

### Thaana

[](#thaana)

You can turn thaana translation. by default it is `true`.

```
ThaanaTextAreaField::make('Content', 'content')->thaana()

```

### Keyboard Type

[](#keyboard-type)

You can turn thaana keyboard type. by default it is `phonetic`.

```
ThaanaTextAreaField::make('Content', 'content')->type()

```

### Thaana to Latin Convertion

[](#thaana-to-latin-convertion)

install this [Thaana Latin Field](https://github.com/aiman1717a/ThaanaLatinField) in order for the function to work ThaanaTextAreaField supports auto latin convertion

```
ThaanaTextAreaField::make('Content', 'content')->convertToLatin('latin_content'),
ThaanaLatinField::make('Latin Content', 'latin_content'),

```

Important
---------

[](#important)

This package is tested for **nova 2.0+**Latest tested on **nova v3.6.0**

Credit
------

[](#credit)

Huge Credit goes for [@Jawish Hameed](https://github.com/jawish) for his thaana translation plugin [Thaana Keyboard](https://github.com/jawish/jtk)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

2141d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/244a34aca62dea610391ed8ca5aa91cafa48f101babbe7c38dc6c1aa3701a6b9?d=identicon)[aiman1717a](/maintainers/aiman1717a)

---

Top Contributors

[![aiman1717a](https://avatars.githubusercontent.com/u/36910126?v=4)](https://github.com/aiman1717a "aiman1717a (3 commits)")

---

Tags

laraveltextnovathaanajtktext area

### Embed Badge

![Health badge](/badges/aiman-thaana-text-area-field/health.svg)

```
[![Health](https://phpackages.com/badges/aiman-thaana-text-area-field/health.svg)](https://phpackages.com/packages/aiman-thaana-text-area-field)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[ericlagarda/nova-text-card

A custom card for Laravel Nova to show Text in cards with some good options

20388.6k2](/packages/ericlagarda-nova-text-card)[outl1ne/nova-inline-text-field

A Laravel Nova inline text field.

23252.9k2](/packages/outl1ne-nova-inline-text-field)[gkermer/nova-text-auto-complete

A Laravel Nova text autocomplete field.

22115.5k1](/packages/gkermer-nova-text-auto-complete)[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)

PHPackages © 2026

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