sidis405/nova-installed-packages

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

v0.1.8 2018-09-05 20:36 UTC

This package is auto-updated.

Last update: 2024-03-07 01:11:28 UTC


README

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!

index.png?raw=true

show.png?raw=true

.

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.