milkhan/fiver-metric-tool

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

Maintainers

Package info

github.com/Milkhan/fiver-metric-tool

Homepage

Language:JavaScript

pkg:composer/milkhan/fiver-metric-tool

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.2 2022-12-13 06:40 UTC

This package is auto-updated.

Last update: 2026-04-13 14:22:03 UTC


README

#Installation:

composer require milkhan/fiver-metric-tool

#Register it in NovaServiceProvider in tools section

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