milkhan/fiver-metric-tool

A Laravel Nova metric tool to display metrics based on a selection of models.

0.0.2 2022-12-13 06:40 UTC

This package is auto-updated.

Last update: 2025-06-13 12:19:40 UTC


README

#Installation:

composer require milkhan/fiver-metric-tool

#Register it in NovaServiceProvider in tools section

public function tools() { return [ (new \Milkhan\FiverMetricTool\FiverMetricTool()) ]; }