peterbrinck/nova-laravel-news

Adds a card to the Nova dashboard with the latest news from Laravel News

Installs: 11 249

Dependents: 0

Suggesters: 0

Security: 0

Stars: 17

Watchers: 1

Forks: 4

Open Issues: 1

pkg:composer/peterbrinck/nova-laravel-news

v0.5.0 2019-03-27 14:45 UTC

This package is auto-updated.

Last update: 2025-09-28 06:26:50 UTC


README

Adds a card to the Nova dashboard with the latest news from Laravel News

Also at Nova Packages

Installation

You can install the card in to a Laravel app that uses Nova via composer:

composer require peterbrinck/nova-laravel-news

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

// in app/Providers/NovaServiceProvder.php

// ...

public function card()
{
    return [
        // ...
        new \PeterBrinck\NovaLaravelNews\NovaLaravelNews(),
    ];
}

Credits

License

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