Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Laravel News Card

Installation Instructions

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(),
    ];
}

Readme

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.

Back to Top
Added 7 years ago
Last updated 6 Years Ago
Version v0.5.0
Composer
peterbrinck/nova-laravel-news
GitHub stars 17
Packagist downloads 11,540

Favorites

1 user favorited

Rating

4.50
(out of 5)
★★★★★
★★★★
★★★
★★
2 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas