PHPackages                             advoor/nova-resource-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. advoor/nova-resource-field

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

advoor/nova-resource-field
==========================

A Laravel Nova field.

v0.3(6y ago)31.1kMITPHPPHP &gt;=7.1.0

Since Apr 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/advoor/nova-resource-field)[ Packagist](https://packagist.org/packages/advoor/nova-resource-field)[ RSS](/packages/advoor-nova-resource-field/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Nova Resource Field
===========================

[](#laravel-nova-resource-field)

Created by [@advoor](https://github.com/advoor). Based on the default [select field](https://nova.laravel.com/docs/2.0/resources/fields.html#select-field), to allow an easy way to select resources located in a specific directory.

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

[](#installation)

Install via composer:

```
composer require advoor/nova-resource-field

```

Publish the config file

```
php artisan vendor:publish --provider="Advoor\NovaResourceField\FieldServiceProvider"

```

You can now configure which directory which should be used in `nova-resource-field.php`.

Usage:
------

[](#usage)

Add this `use` statement to the top of the your nova resource file:

```
use Advoor\NovaResourceField\NovaResourceField;

```

Use the field as below:

```
NovaResourceField::make('FieldName')

```

Similar to the Select field, the values can overwritten if required:

```
NovaResourceField::make('Template')->options(
    [
        'value' => 'Label'
    ]
)

```

Using more then one field? You can customize each field with it's own settings:

```
NovaResourceField::make('Template')
    ->formatLabels(true)
    ->default([
        'value' => 'homepage',
        'label' => 'Homepage'
    ])
    ->directory(resource_path('views/pages'))

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

3

Last Release

2426d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f44634c4df9fa94aa4231eedca1837889f1bdc0082bf9c2d453397fd65db1ea?d=identicon)[advoor](/maintainers/advoor)

---

Top Contributors

[![advoor](https://avatars.githubusercontent.com/u/4472195?v=4)](https://github.com/advoor "advoor (7 commits)")

---

Tags

laravel-nova-fieldlaravelnova

### Embed Badge

![Health badge](/badges/advoor-nova-resource-field/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[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)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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