Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
C

Current Environment Card

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.

Back to Top
Added 7 years ago
Last updated 6 Years Ago
Version 2.0.0
Nova Version >=2.1
Composer
radermacher/nova-current-environment-card
GitHub stars 8
Packagist downloads 27,005

Favorites

5 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas