LaravelPackages.net
Acme Inc.
Toggle sidebar
peterbrinck/nova-laravel-news

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

11.918
17
v0.5.0
About peterbrinck/nova-laravel-news

peterbrinck/nova-laravel-news is a Laravel package for adds a card to the nova dashboard with the latest news from laravel news. It currently has 17 GitHub stars and 11.918 downloads on Packagist (latest version v0.5.0). Install it with composer require peterbrinck/nova-laravel-news. Discover more Laravel packages by peterbrinck or browse all Laravel packages to compare alternatives.

Last updated

Nova Laravel News Cards

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.

Star History Chart