PHPackages                             chasie/nova-depend-fill - 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. chasie/nova-depend-fill

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

chasie/nova-depend-fill
=======================

Fill Laravel Nova field based on value from other field.

v1.0(6y ago)03MITVuePHP &gt;=7.1.0

Since Aug 6Pushed 4y agoCompare

[ Source](https://github.com/chasie/nova-depend-fill)[ Packagist](https://packagist.org/packages/chasie/nova-depend-fill)[ RSS](/packages/chasie-nova-depend-fill/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

Installation
============

[](#installation)

```
composer require chasie/nova-depend-fill
```

Description
===========

[](#description)

Fill Laravel Nova field based on value from other field.

[![example](https://raw.githubusercontent.com/klepak/nova-depend-fill/master/docs/example.gif)](https://raw.githubusercontent.com/klepak/nova-depend-fill/master/docs/example.gif)

Usage
=====

[](#usage)

```
DependFill::make('Text')
    ->field(
        Textarea::make('Text')
    )
    ->dependsOn(
        Select::make('Template')
            ->options([
                1 => 'Template 1',
                2 => 'Template 2',
            ])
    )
    ->values([
        1 => 'template 1 text',
        2 => 'template 2 text'
    ])
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

2

Last Release

2522d ago

Major Versions

v0.1 → v1.02019-08-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/7bebede3285c611d64a6b249b1f623ae423bbee39ec3067149cb7c466a9d83af?d=identicon)[chasie](/maintainers/chasie)

---

Top Contributors

[![knutle](https://avatars.githubusercontent.com/u/1419066?v=4)](https://github.com/knutle "knutle (3 commits)")[![chasie](https://avatars.githubusercontent.com/u/15343611?v=4)](https://github.com/chasie "chasie (2 commits)")[![daanadriaan](https://avatars.githubusercontent.com/u/29752116?v=4)](https://github.com/daanadriaan "daanadriaan (2 commits)")[![flatcapco](https://avatars.githubusercontent.com/u/1878053?v=4)](https://github.com/flatcapco "flatcapco (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/chasie-nova-depend-fill/health.svg)

```
[![Health](https://phpackages.com/badges/chasie-nova-depend-fill/health.svg)](https://phpackages.com/packages/chasie-nova-depend-fill)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[ebess/advanced-nova-media-library

Laravel Nova tools for managing the Spatie media library.

6163.5M22](/packages/ebess-advanced-nova-media-library)[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2852.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2862.1M9](/packages/outl1ne-nova-sortable)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

58249.9k](/packages/sbine-route-viewer)[novius/laravel-nova-order-nestedset-field

A Laravel Nova field that make your resources orderable

2393.1k2](/packages/novius-laravel-nova-order-nestedset-field)

PHPackages © 2026

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