Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Package Discovery

This package is possibly abandoned. Please proceed with care.

Installation Instructions

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

composer require tightenco/nova-package-discovery

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

// in app/Providers/NovaServiceProvider.php

// ...
public function cards()
{
    return [
        // ...
        new \Tightenco\NovaPackageDiscovery\NovaPackageDiscovery,
    ];
}

Readme

Nova Package Discovery package

Discover new packages! Check out the ten most recent and most popular packages on NovaPackages.com, and also check out some stats about the number of packages submitted and more.

image

Installation

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

composer require tightenco/nova-package-discovery

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

// in app/Providers/NovaServiceProvider.php

// ...
public function cards()
{
    return [
        // ...
        new \Tightenco\NovaPackageDiscovery\NovaPackageDiscovery,
    ];
}
Back to Top
Added 7 years ago
Last updated 5 Years Ago
Version v1.0.0
Composer
tightenco/nova-package-discovery
GitHub stars 16
Packagist downloads 885

Favorites

5 users favorited

Rating

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

Author

Contributors

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas