peterbrinck / nova-laravel-news

Add a card with the latest news from Laravel News

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Add a card with the latest news from Laravel News

License:MIT License


Languages

Language:PHP 58.7%Language:Vue 35.5%Language:JavaScript 5.4%Language:CSS 0.4%