PHPackages                             think.studio/nova-entity-select-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. [Admin Panels](/categories/admin)
4. /
5. think.studio/nova-entity-select-field

ActiveLibrary[Admin Panels](/categories/admin)

think.studio/nova-entity-select-field
=====================================

Laravel Nova Entity Select Field. Package allow implement functionality similar to BelongsTo but for general fields purpose, not for relation one.

1.0.1(2y ago)050MITPHPPHP ^8.1

Since Jul 13Pushed 2y agoCompare

[ Source](https://github.com/dev-think-one/nova-entity-select-field)[ Packagist](https://packagist.org/packages/think.studio/nova-entity-select-field)[ Docs](https://github.com/dev-think-one/nova-entity-select-field)[ RSS](/packages/thinkstudio-nova-entity-select-field/feed)WikiDiscussions main Synced 1mo ago

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

Laravel Nova Entity Select Field
================================

[](#laravel-nova-entity-select-field)

[![Packagist License](https://camo.githubusercontent.com/0d0681d28e5422877c8e58ba1159c3347c82455d6f2e03a04ceda70b5248ad70/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7468696e6b2e73747564696f2f6e6f76612d656e746974792d73656c6563742d6669656c643f636f6c6f723d253233346463373166)](https://camo.githubusercontent.com/0d0681d28e5422877c8e58ba1159c3347c82455d6f2e03a04ceda70b5248ad70/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7468696e6b2e73747564696f2f6e6f76612d656e746974792d73656c6563742d6669656c643f636f6c6f723d253233346463373166)[![Packagist Version](https://camo.githubusercontent.com/c3a64eba884d10a05cc9c1f7056c2642410535cf0845c3ac82839963d5156dad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468696e6b2e73747564696f2f6e6f76612d656e746974792d73656c6563742d6669656c64)](https://packagist.org/packages/think.studio/nova-entity-select-field)[![Total Downloads](https://camo.githubusercontent.com/d2a8a0e74ba628e4c70a9bfc33a09bf82aca9783fe01b70a021bdc99d23c078e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7468696e6b2e73747564696f2f6e6f76612d656e746974792d73656c6563742d6669656c64)](https://packagist.org/packages/think.studio/nova-entity-select-field)[![Build Status](https://camo.githubusercontent.com/4b3d6149bbbc79daaa51b4ac15e5aec026b15a90dc17aaa8d4cbbcf6f2c7aeb0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6e6f76612d656e746974792d73656c6563742d6669656c642f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/nova-entity-select-field/build-status/main)[![Code Coverage](https://camo.githubusercontent.com/5ef0df1af4a6251c7e619001fb09f2b144c4fddd782d1fb3bc5483da2df167db/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6e6f76612d656e746974792d73656c6563742d6669656c642f6261646765732f636f7665726167652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/nova-entity-select-field/?branch=main)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/690087ba9ff69b7c117be1d23a8a9a2382356fbc5009b6633f5e9f31958aa7e5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6465762d7468696e6b2d6f6e652f6e6f76612d656e746974792d73656c6563742d6669656c642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dev-think-one/nova-entity-select-field/?branch=main)

Package allow implement functionality similar to "BelongsTo" but for general fields purpose, not for relation one (for example flexible content).

[![preview-form.png](docs%2Fassets%2Fpreview-form.png)](docs%2Fassets%2Fpreview-form.png)[![preview-details.png](docs%2Fassets%2Fpreview-details.png)](docs%2Fassets%2Fpreview-details.png)[![preview-index.png](docs%2Fassets%2Fpreview-index.png)](docs%2Fassets%2Fpreview-index.png)

NovaPackageV4V1Installation
------------

[](#installation)

You can install the package via composer:

```
composer require think.studio/nova-entity-select-field
```

Usage
-----

[](#usage)

```
public function fields() {
    return [
        \NovaEntitySelectField\EntitySelect::make(Member::class),
        \NovaEntitySelectField\EntitySelect::make(Member::class, 'Main Member', 'other_main_member')
                ->nullable()
                ->limit(4),
    ];
}
```

Credits
-------

[](#credits)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Total

2

Last Release

1035d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53f93fa87d58f33d106de6bd5e2946f8a345ebfaee146360746056cb134a15a0?d=identicon)[think.studio](/maintainers/think.studio)

---

Top Contributors

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

---

Tags

laravelentityselect

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/thinkstudio-nova-entity-select-field/health.svg)

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

###  Alternatives

[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[digital-creative/nova-dashboard

The missing dashboard for nova.

7169.3k1](/packages/digital-creative-nova-dashboard)[harrald/nova-combobox-filter

A Laravel Nova combobox filter. Supports selecting multiple items

13105.5k](/packages/harrald-nova-combobox-filter)[marianvlad/nova-ssl-card

A Laravel Nova card for SSL certificates.

1219.9k](/packages/marianvlad-nova-ssl-card)

PHPackages © 2026

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