Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Readme

NovaWat.ch Card

A card for Laravel Nova, which checks whether an update is available with NovaWat.ch.

Preview

Installation

composer require norman-huth/nova-watch-card

Usage

Basic usage.

    public function cards(): array
    {
        return [
            new \NormanHuth\NovaWatchCard\NovaWatchCard(),
        ];
    }

Check Specific Version

    public function cards(): array
    {
        return [
            new \NormanHuth\NovaWatchCard\NovaWatchCard('4.29.0'),
        ];
    }

Add A Heading

    public function cards(): array
    {
        return [
            new \NormanHuth\NovaWatchCard\NovaWatchCard()
                ->setHeading('Customer 3'),
        ];
    }

Optional: Publish Translations

php artisan vendor:publish --tag=nova-watch-card-translations
Back to Top
Added 2 years ago
Last updated 2 Years Ago
Version v1.0.1
Nova Version ^4.0
Composer
norman-huth/nova-watch-card
GitHub stars 0
Packagist downloads 15

Favorites

0 users favorited

Rating

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

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas