peterbrinck/nova-laravel-news

Adds a card to the Nova dashboard with the latest news from Laravel News
12,078 17
Install
composer require peterbrinck/nova-laravel-news
Latest Version:v0.5.0
PHP:>=7.1.0
License:MIT
Last Updated:Mar 27, 2019
Links: GitHub  ·  Packagist
Maintainer: peterbrinck

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.

Related Packages

davidpiesse/nova-maintenance-mode

Enable and disable Maintenance Mode from within Laravel Nova

64,076 33
unm/laravel4-opencloud

A laravel 4.1 service provider package that wraps the Rackspace/Openstack PHP SD...

4 7
kreitje/nova-horizon-stats

A Laravel Nova card.

177,965 28
naoray/nova-json

Nova json field to spread a json column throughout multiple fields.

522,456 37
spatie/nova-tail-tool

A Laravel Nova tool to display the application log.

129,391 119