xamani / number-format
A Laravel Nova field.
1.0
2022-08-27 08:34 UTC
Requires
- php: ^7.3|^8.0
- laravel/nova: ^4.0
This package is auto-updated.
Last update: 2026-02-27 16:32:17 UTC
README
With this package, you can display and enter numbers in the field in a format.
using the numeral.js library.
Installation
You can install the package via composer:
composer require xamani/number-format
Usage
use Xamani\NumberFormat; NumberFormat::make('Price') ->format('0,0') // Defaults to "0,0"
License
The MIT License (MIT).