PHPackages                             radermacher/nova-current-environment-card - 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. radermacher/nova-current-environment-card

ActiveLibrary

radermacher/nova-current-environment-card
=========================================

A Laravel Nova card to see current environment.

2.0.0(6y ago)826.9kMITPHPPHP &gt;=7.1.0

Since Aug 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/radermacher/nova-current-environment-card)[ Packagist](https://packagist.org/packages/radermacher/nova-current-environment-card)[ Docs](https://github.com/radermacher/nova-current-environment-card)[ RSS](/packages/radermacher-nova-current-environment-card/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

Current Environment Card for Nova
=================================

[](#current-environment-card-for-nova)

[![Latest Version on Packagist](https://camo.githubusercontent.com/888d9c92958c43d6b51baed1ec8325e6d89e3f20afbddd97dc56f0d2c69cc63c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72616465726d61636865722f6e6f76612d63757272656e742d656e7669726f6e6d656e742d636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/radermacher/nova-current-environment-card)[![Total Downloads](https://camo.githubusercontent.com/ac76585e0ef055fda886e33a00599ac861e8871c3a02c8559ef0dd20e9cc3174/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72616465726d61636865722f6e6f76612d63757272656e742d656e7669726f6e6d656e742d636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/radermacher/nova-current-environment-card)

[![nova-current-environment-card](Screenshot.png)](Screenshot.png)

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

[](#installation)

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

```
composer require radermacher/nova-current-environment-card
```

Next up, you must register the card with Nova. This is typically done in the `cards` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvider.php

// ...

public function cards()
{
    return [
        // ...
        new \Radermacher\NovaCurrentEnvironmentCard\NovaCurrentEnvironmentCard,
    ];
}
```

Localization
------------

[](#localization)

Publish the package language files to your application's `resources/lang/vendor` directory:

```
php artisan vendor:publish --provider="Radermacher\NovaCurrentEnvironmentCard\CardServiceProvider"

```

Credits
-------

[](#credits)

- [Richard Radermacher](https://github.com/radermacher)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~90 days

Total

5

Last Release

2458d ago

Major Versions

1.0.3 → 2.0.02019-08-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c254446500a95150af228d3424a5dcaf616156a8283e5b7353023b72b795294?d=identicon)[radermacher](/maintainers/radermacher)

---

Top Contributors

[![hofmannsven](https://avatars.githubusercontent.com/u/1214387?v=4)](https://github.com/hofmannsven "hofmannsven (4 commits)")[![radermacher](https://avatars.githubusercontent.com/u/1656843?v=4)](https://github.com/radermacher "radermacher (3 commits)")

---

Tags

cardlaravellaravel-novanovalaravelcardnova

### Embed Badge

![Health badge](/badges/radermacher-nova-current-environment-card/health.svg)

```
[![Health](https://phpackages.com/badges/radermacher-nova-current-environment-card/health.svg)](https://phpackages.com/packages/radermacher-nova-current-environment-card)
```

###  Alternatives

[outl1ne/nova-detached-filters

This Laravel Nova package allows you to detach filters from the filter dropdown

64343.5k](/packages/outl1ne-nova-detached-filters)[optimistdigital/nova-detached-filters

This Laravel Nova package allows you to detach filters from the filter dropdown

64235.5k](/packages/optimistdigital-nova-detached-filters)[digital-creative/resource-navigation-tab

Organize your resource fields into tabs.

79147.6k](/packages/digital-creative-resource-navigation-tab)[ericlagarda/nova-text-card

A custom card for Laravel Nova to show Text in cards with some good options

20388.6k2](/packages/ericlagarda-nova-text-card)[digital-creative/resource-navigation-link

Create links to internal or external resources.

1044.0k](/packages/digital-creative-resource-navigation-link)

PHPackages © 2026

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