indianic/laravel-nova-installed-packages

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

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

This package is auto-updated.

Last update: 2024-04-17 09:26:12 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(),
    ];
}