PHPackages                             yaroslawww/nova-forms-entries - 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. yaroslawww/nova-forms-entries

Abandoned → [think.studio/nova-forms-entries](/?search=think.studio%2Fnova-forms-entries)Library[Utility &amp; Helpers](/categories/utility)

yaroslawww/nova-forms-entries
=============================

Nova helper to implement laravel-forms-entries package.

2.3.0(2y ago)038MITPHPPHP ^8.1

Since Dec 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/dev-think-one/nova-forms-entries)[ Packagist](https://packagist.org/packages/yaroslawww/nova-forms-entries)[ Docs](https://github.com/dev-think-one/nova-forms-entries)[ RSS](/packages/yaroslawww-nova-forms-entries/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (7)Versions (7)Used By (0)

Laravel Nova Forms Entries
==========================

[](#laravel-nova-forms-entries)

[![Packagist License](https://camo.githubusercontent.com/220617c498bfa7b9d7e03caeae35668ed4e060b7b2846e08cfb53df0debeed6d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7468696e6b2e73747564696f2f6e6f76612d666f726d732d656e74726965733f636f6c6f723d253233346463373166)](https://camo.githubusercontent.com/220617c498bfa7b9d7e03caeae35668ed4e060b7b2846e08cfb53df0debeed6d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7468696e6b2e73747564696f2f6e6f76612d666f726d732d656e74726965733f636f6c6f723d253233346463373166)[![Packagist Version](https://camo.githubusercontent.com/439e5d70bf94a20da253169340841a3a86d933bbf2f51c9c535aa7e92253324d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468696e6b2e73747564696f2f6e6f76612d666f726d732d656e7472696573)](https://packagist.org/packages/think.studio/nova-forms-entries)[![Total Downloads](https://camo.githubusercontent.com/2f1b66fee8a35e558af1c4b7e7608281ebcb032b9c1d09f90ec11edf74d4f835/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468696e6b2e73747564696f2f6e6f76612d666f726d732d656e7472696573)](https://packagist.org/packages/think.studio/nova-forms-entries)[![Build Status](https://camo.githubusercontent.com/9aa7aa892cd75b4f6b1ac3608f7091639e98fb902745c862c2c906f9cfb33bf3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6e6f76612d666f726d732d656e74726965732f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/nova-forms-entries/build-status/main)[![Code Coverage](https://camo.githubusercontent.com/ce0f3ead21489cd224c3ec46d95ade5e99afb134264ea800db86807fadc4b25c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6e6f76612d666f726d732d656e74726965732f6261646765732f636f7665726167652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/nova-forms-entries/?branch=main)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7ac3c0af972dff77e1e847ca653f902588d1ab3690abec636830f44f209a35f9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6e6f76612d666f726d732d656e74726965732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/nova-forms-entries/?branch=main)

Nova helper to implement laravel-forms-entries package.

NovaPackageV1V1V4V2Installation
------------

[](#installation)

Install the package via composer:

```
composer require think.studio/nova-forms-entries
```

Usage
-----

[](#usage)

```
use App\Nova\Resource;
use App\Nova\Resources\Staff;
use App\Nova\Resources\Contact;
use NovaFormEntries\FormEntryResource;

class FormEntry extends Resource
{
    use FormEntryResource;

    /**
     * The model the resource corresponds to.
     */
    public static $model = \FormEntries\Models\FormEntry::class;

    /**
     * The single value that should be used to represent the resource when being displayed.
     */
    public static $title = 'name';

    /**
     * The columns that should be searched.
     *
     * @var array
     */
    public static $search = [
        'created_at',
        'type',
        'id',
    ];

    public function senderTypes(): array
    {
        return [
            Contact::class,
            Staff::class,
        ];
    }
}
```

Credits
-------

[](#credits)

- [![Think Studio](https://camo.githubusercontent.com/8e541bece07d503c85a126b5294865faa00e27371048772f566a0cce8c01fd3a/68747470733a2f2f7961726f736c617777772e6769746875622e696f2f696d616765732f73706f6e736f72732f7061636b616765732f6c6f676f2d7468696e6b2d73747564696f2e706e67)](https://think.studio/)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Total

5

Last Release

975d ago

Major Versions

1.0.0 → 2.0.02022-07-07

PHP version history (2 changes)1.0.0PHP &gt;=8.0

2.0.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23663794?v=4)[yaroslawww](/maintainers/yaroslawww)[@yaroslawww](https://github.com/yaroslawww)

---

Top Contributors

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

---

Tags

Formsforms-entries

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/yaroslawww-nova-forms-entries/health.svg)

```
[![Health](https://phpackages.com/badges/yaroslawww-nova-forms-entries/health.svg)](https://phpackages.com/packages/yaroslawww-nova-forms-entries)
```

###  Alternatives

[symfonycasts/dynamic-forms

Add dynamic/dependent fields to Symfony forms

1412.1M10](/packages/symfonycasts-dynamic-forms)[barryvdh/laravel-form-bridge

This packages integrates Symfony Form Component in Laravel.

163354.8k1](/packages/barryvdh-laravel-form-bridge)[unclecheese/display-logic

Allows assignment of conditions for display and hide of specific form fields based on client side behavior.

771.0M101](/packages/unclecheese-display-logic)[netojose/laravel-bootstrap-4-forms

Bootstrap 4 form builder for Laravel 5

182115.3k](/packages/netojose-laravel-bootstrap-4-forms)[lara-zeus/bolt

Zeus Bolt is form builder for your users, with so many use cases

23640.2k2](/packages/lara-zeus-bolt)[contributte/forms-multiplier

Multiplier for nette forms

281.4M3](/packages/contributte-forms-multiplier)

PHPackages © 2026

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