PHPackages                             illizian/nova-emoji-field-container - 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. [Templating &amp; Views](/categories/templating)
4. /
5. illizian/nova-emoji-field-container

ActiveLibrary[Templating &amp; Views](/categories/templating)

illizian/nova-emoji-field-container
===================================

A Laravel Nova field.

v0.1.2(5y ago)01.3kMITVuePHP &gt;=7.1.0

Since Oct 23Pushed 5y agoCompare

[ Source](https://github.com/Illizian/nova-emoji-field-container)[ Packagist](https://packagist.org/packages/illizian/nova-emoji-field-container)[ RSS](/packages/illizian-nova-emoji-field-container/feed)WikiDiscussions main Synced 3d ago

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

Laravel Nova Carbon Modifier Field
==================================

[](#laravel-nova-carbon-modifier-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bb6a6560a193d626259f7d3397a6cea71fa3cfc83f99e3114b3dd20dff74a8ea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696c6c697a69616e2f6e6f76612d656d6f6a692d6669656c642d636f6e7461696e65722e737667)](https://packagist.org/packages/illizian/nova-emoji-field-container)[![License](https://camo.githubusercontent.com/2d839e18de57d3e0d363bc191b19432a93ff75707d7b2b4d7e28893790b320e4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f496c6c697a69616e2f6e6f76612d656d6f6a692d6669656c642d636f6e7461696e65722e737667)](https://github.com/Illizian/nova-emoji-field-container/blob/master/LICENSE.md)

Description
-----------

[](#description)

A Laravel Nova field that add's an emoji picker to a sub field.

### Demo

[](#demo)

[![Demo](https://raw.githubusercontent.com/Illizian/nova-emoji-field-container/main/docs/nova-emoji-field-container-demo.gif)](https://raw.githubusercontent.com/Illizian/nova-emoji-field-container/main/docs/nova-emoji-field-container-demo.gif)

### Installation

[](#installation)

The package can be installed through Composer.

```
composer require illizian/nova-emoji-field-container
```

Usage
-----

[](#usage)

Add a `\Illizian\NovaEmojiFieldContainer\NovaEmojiFieldContainer`, field to your fields, like so:

```
/* ... */
use \Illizian\NovaEmojiFieldContainer\NovaEmojiFieldContainer;
/* ... */

class Example extends Resource
{
    /* ... */
    public function fields(Request $request)
    {
        return [
            /* ... */
            NovaEmojiFieldContainer::make([
                Textarea::make(__('Message'), 'message'),
            ]),
        ];
    }
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/Illizian/nova-emoji-field-containerblob/main/LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

Total

3

Last Release

2025d ago

### Community

Maintainers

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

---

Top Contributors

[![Illizian](https://avatars.githubusercontent.com/u/703800?v=4)](https://github.com/Illizian "Illizian (5 commits)")

---

Tags

emoji-pickerfieldlaravelnovalaravelnova

### Embed Badge

![Health badge](/badges/illizian-nova-emoji-field-container/health.svg)

```
[![Health](https://phpackages.com/badges/illizian-nova-emoji-field-container/health.svg)](https://phpackages.com/packages/illizian-nova-emoji-field-container)
```

###  Alternatives

[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[outl1ne/nova-multiselect-field

A multiple select field for Laravel Nova.

3402.9M2](/packages/outl1ne-nova-multiselect-field)[emilianotisato/nova-tinymce

This Nova package allow you to use TinyMCE editor for text areas.You can customize the editor options and... you can upload images to your server and put them rigth there on the text without leaving the text editor!

116884.3k4](/packages/emilianotisato-nova-tinymce)[silvanite/novafieldcheckboxes

A Laravel Nova field to display a number of multi-select options using checkboxes.

70846.9k1](/packages/silvanite-novafieldcheckboxes)[waynestate/nova-ckeditor4-field

This nova package allows you to use CKEditor 4 for text areas.

62739.1k8](/packages/waynestate-nova-ckeditor4-field)[oneduo/nova-time-field

A Laravel Nova time field

13157.6k](/packages/oneduo-nova-time-field)

PHPackages © 2026

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