rimu/formatted-number is a Laravel package for a laravel nova field..
It currently has 2 GitHub stars and 74.112 downloads on Packagist (latest version 0.2).
Install it with composer require rimu/formatted-number.
Discover more Laravel packages by rimu
or browse all Laravel packages to compare alternatives.
Last updated
This package allows the user to set up a field in Nova that is formatted using the numeral.js library.
You can install the package via composer:
composer require rimu/formatted-number
use Rimu\FormattedNumber;
FormattedNumber::make('Price')
->format('0,0') // Defaults to "0,0"
The MIT License (MIT).