PHPackages                             marshmallow/cards-help - 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. marshmallow/cards-help

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

marshmallow/cards-help
======================

A Laravel Nova Card to fill the default Help card from Laravel Nova with your own content.

v1.0.2(4y ago)21.9k↓50%MITPHPPHP &gt;=7.1.0

Since Jul 9Pushed 4y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (4)Used By (0)

Nova Help Card
==============

[](#nova-help-card)

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

[](#installation)

You may install this package using composer.

```
composer require marshmallow/cards-help
```

### From config

[](#from-config)

```
namespace App\Providers;

// ...

class NovaServiceProvider extends NovaApplicationServiceProvider
{
    use Marshmallow\Cards\Help\Help;

    protected function cards()
    {
        return [
            (new Help)->fromConfig(),
        ];
    }
}
```

### Manual

[](#manual)

```
namespace App\Providers;

// ...

class NovaServiceProvider extends NovaApplicationServiceProvider
{
    use Marshmallow\Cards\Help\Help;
    use Marshmallow\Cards\Help\Facades\HelpItem;

    protected function cards()
    {
        return [
            (new Help)->load(function ($help) {
                return $help->title('This is amazing')
                    ->description('Marshmallow builts simple solutions for complex problems.')
                    ->addItem(
                        HelpItem::title('Resources')
                            ->description('Nova\'s resource manager allows you to quickly view and manage your Eloquent model records directly from Nova\'s intuitive interface.')
                            ->icon('')
                            ->link('https://marshmallow.dev', true)
                    )
            }),
        ];
    }
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

3

Last Release

1772d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/be33d2624e24c516e73892b0929447cc762f3622c024ab8d0d2a59042e5d2c7f?d=identicon)[marshmallow](/maintainers/marshmallow)

---

Top Contributors

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

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/marshmallow-cards-help/health.svg)

```
[![Health](https://phpackages.com/badges/marshmallow-cards-help/health.svg)](https://phpackages.com/packages/marshmallow-cards-help)
```

###  Alternatives

[benjacho/belongs-to-many-field

belongsToMany nova representation in field.

158811.4k1](/packages/benjacho-belongs-to-many-field)[pdmfc/nova-action-button

A Laravel Nova field to run actions.

37733.0k1](/packages/pdmfc-nova-action-button)[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[ebess/nova-collapsible-sidebar

A collapsible sidebar for Laravel Nova.

32313.2k](/packages/ebess-nova-collapsible-sidebar)

PHPackages © 2026

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