PHPackages                             creode/laravel-nova-meet-the-team - 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. creode/laravel-nova-meet-the-team

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

creode/laravel-nova-meet-the-team
=================================

Add Meet the Team feature to your Laravel Nova application.

1.11.0(1y ago)197MITPHPPHP ^7.3|^8.0

Since Dec 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/creode-modules/laravel-nova-meet-the-team)[ Packagist](https://packagist.org/packages/creode/laravel-nova-meet-the-team)[ RSS](/packages/creode-laravel-nova-meet-the-team/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (7)Versions (15)Used By (0)

Laravel Nova Meet the Team
==========================

[](#laravel-nova-meet-the-team)

Module for Laravel Nova to allow a user to add different team members to a website.

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

[](#installation)

You can install this package via composer using this command:

```
composer require creode/laravel-nova-meet-the-team
```

The package will automatically register itself.

### Meet the Team Page

[](#meet-the-team-page)

This module also has the capability of rendering a page of all teams by visiting "/meet-the-team". To enable this, you can add this service provider to the providers section of your config/app.php file:

```
'providers' => [
    ...
    Creode\LaravelNovaMeetTheTeam\Providers\MeetTheTeamServiceProvider::class,
    ...
],
```

Usage
-----

[](#usage)

### Publishing Migrations

[](#publishing-migrations)

You can publish the migrations this module exposes with:

```
php artisan vendor:publish --tag="nova-meet-the-team-migrations"
```

### Publishing Config

[](#publishing-config)

You can publish the config this module exposes with:

```
php artisan vendor:publish --tag="nova-meet-the-team-config"
```

### Configuring Models

[](#configuring-models)

You can configure the models this module uses by publishing the config and editing the config file. This allows for the capability to use your own models for the team members and teams.

The suggested way to interact with these models is to use the repository classes that are provided by this module. These can be accessed by using the following classes:

```
use Creode\LaravelNovaMeetTheTeam\Repositories\TeamRepository;
use Creode\LaravelNovaMeetTheTeam\Repositories\TeamMemberRepository;
```

These repositories as based on the [Laravel Repository](https://github.com/creode-modules/laravel-repository) package.

### Ordering by Weight

[](#ordering-by-weight)

The team members can be ordered by weight. This is a field that is added to the team members table.

You can order the team members by weight by using the following snippet:

```
$teams = $teamRepository->with('members')->ordered()->get();
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.9% 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 ~27 days

Recently: every ~73 days

Total

14

Last Release

577d ago

### Community

Maintainers

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

---

Top Contributors

[![jaymeh](https://avatars.githubusercontent.com/u/18261676?v=4)](https://github.com/jaymeh "jaymeh (30 commits)")[![liam-spedding](https://avatars.githubusercontent.com/u/111750536?v=4)](https://github.com/liam-spedding "liam-spedding (8 commits)")[![creode-dev](https://avatars.githubusercontent.com/u/19706903?v=4)](https://github.com/creode-dev "creode-dev (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/creode-laravel-nova-meet-the-team/health.svg)

```
[![Health](https://phpackages.com/badges/creode-laravel-nova-meet-the-team/health.svg)](https://phpackages.com/packages/creode-laravel-nova-meet-the-team)
```

###  Alternatives

[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)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)

PHPackages © 2026

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