Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
I

Installed Packages

Installation Instructions

.

Installation

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

composer require sidis405/nova-installed-packages

Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Strandafili\NovaInstalledPackages\Tool(),
    ];
}

Readme

Nova Installed Packages

A tool that shows nova-specific packages installed on your application.

Since everyone is hella excited about Nova and installing all sorts of packages, this tool allows us to keep an eye on installed packages and see a detailed page of istructions straight from the NovaPackages api :)

Happy coding!

.

Installation

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

composer require sidis405/nova-installed-packages

Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Strandafili\NovaInstalledPackages\Tool(),
    ];
}

Usage

Click on the "Installed Packages" menu item in your Nova app to see the tool provided by this package.

Testing

composer test

Security

If you discover any security related issues, please email forge405@gmail.com instead of using the issue tracker.

Credits

Big Thanks

  • Spatie for making the wonderful tool template
  • TighenCo for the novapackages.com API

License

The MIT License (MIT). Please see License File for more information.

Back to Top
Added 7 years ago
Last updated 7 Years Ago
Version v0.1.8
Nova Version *
Composer
sidis405/nova-installed-packages
GitHub stars 7
Packagist downloads 40,780

Favorites

23 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
5 ratings

Contributors

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas