/fiver-metric-tool

A Nova metric tool

Primary LanguageJavaScript

#Installation:

composer require milkhan/fiver-metric-tool

#Register it in NovaServiceProvider in tools section

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