PHPackages                             laravel-nova-fields/gender - 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. laravel-nova-fields/gender

ActiveLibrary

laravel-nova-fields/gender
==========================

A Laravel Nova gender field.

v1.1.0(7y ago)45.3k↓60%1MITPHPPHP &gt;=7.1.0

Since Aug 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/laravel-nova-fields/gender)[ Packagist](https://packagist.org/packages/laravel-nova-fields/gender)[ RSS](/packages/laravel-nova-fields-gender/feed)WikiDiscussions master Synced yesterday

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

A simple gender field for Laravel Nova apps
===========================================

[](#a-simple-gender-field-for-laravel-nova-apps)

This package contains a *very* simple Laravel Nova gender field. It is basically an extended select field, like the native country or timezone fields.

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

[](#installation)

You can install this package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require laravel-nova-fields/gender
```

To publish the config file to `config/laravel-nova-fields-gender.php` run:

```
php artisan vendor:publish --provider="LaravelNovaFields\Gender\FieldServiceProvider"
```

The contents of this configuration can be modified to modify the various default and extended genders.

Usage
-----

[](#usage)

You can use the `LaravelNovaFields\Gender\Gender` field in your Nova resource:

```
namespace App\Nova;

use LaravelNovaFields\Gender\Gender;

// ...

class Person extends Resource
{
    // ...

    public function fields(Request $request)
    {
        return [
            // ...

            Gender::make('Gender')
                ->includeExtended(), // includes extended gender set

            // ...
        ];
    }
}
```

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Total

2

Last Release

2812d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d0099a02e09e4fd03c5aca40dd7cc943391d0333009959c276321e59f6423965?d=identicon)[travis.elkins](/maintainers/travis.elkins)

---

Tags

laravelgendernova

### Embed Badge

![Health badge](/badges/laravel-nova-fields-gender/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-nova-fields-gender/health.svg)](https://phpackages.com/packages/laravel-nova-fields-gender)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[insenseanalytics/nova-server-monitor

A Laravel Nova tool for Spatie's Server Monitor library.

6546.9k](/packages/insenseanalytics-nova-server-monitor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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