xamani/number-format

A Laravel Nova field.

Installs: 555

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Vue

pkg:composer/xamani/number-format

1.0 2022-08-27 08:34 UTC

This package is auto-updated.

Last update: 2025-11-27 16:01:44 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).