indianic/laravel-nova-installed-packages

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

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Vue

pkg:composer/indianic/laravel-nova-installed-packages

dev-main 2023-02-17 05:48 UTC

This package is auto-updated.

Last update: 2025-10-17 12:29:46 UTC


README

Installation

Step:- 1)


composer require indianic/laravel-nova-installed-packages



Step:- 2)
-----

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 \Standardpackage\NovaInstalledPackages\Tool(),
    ];
}