Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

theProfit's avatar

Laravel Nova Metrics stored in cents

Hi Everybody, i have a new Metric:

    return $this->sumByDays($request, Pellet::class, 'price')->format('0,0')->euros();

only problem i have is i store my money in cents so 950 in the database will be 9,50 only with the metric it is not doing it.

In nova it self i can use ->asMinorUnits() witch is perfect only not in the mertrics.

0 likes
1 reply

Please or to participate in this conversation.