radermacher/nova-current-environment-card

A Laravel Nova card to see current environment.

Maintainers

Package info

github.com/radermacher/nova-current-environment-card

pkg:composer/radermacher/nova-current-environment-card

Statistics

Installs: 26 984

Dependents: 0

Suggesters: 0

Stars: 8

Open Issues: 0

2.0.0 2019-08-25 17:43 UTC

This package is auto-updated.

Last update: 2026-04-27 09:31:16 UTC


README

Important

This package is no longer maintained. Thanks to all supporters, contributors and for the GH stars.

Current Environment Card for Nova

Latest Version on Packagist Total Downloads

nova-current-environment-card

Installation

You can install the package in to a Laravel app that uses Nova 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

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

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

Credits

License

The MIT License (MIT). Please see License File for more information.