simplesquid/nova-advanced-number-field

A Laravel Nova field which adds additional functionality to the default Number field.
170,572 11
Install
composer require simplesquid/nova-advanced-number-field
Latest Version:v3.3.0
PHP:^8.2
License:MIT
Last Updated:Mar 27, 2025
Links: GitHub  ·  Packagist
Maintainer: simplesquid

An advanced number field for Laravel Nova

Latest Version on Packagist Tests Code styling MIT License Total Downloads

A Laravel Nova field which adds additional functionality to the default Number field by using PHP's number_format() function.

Screenshot of the advanced number field

Installation

You can install this package in a Laravel app that uses Nova via composer:

composer require simplesquid/nova-advanced-number-field

Usage

The AdvancedNumber field provides an additional 5 methods to the default Number field, namely:

  • ->prefix('$'): Sets the prefix to be used when displaying the number.
  • ->thousandsSeparator(' '): Set the thousands separator symbol to be used when displaying the number.
  • ->decimalPoint('.'): Sets the decimal point symbol to be used when displaying the number.
  • ->decimals(3): Sets the number of decimal points to be used as well as the step value.
  • ->suffix('%'): Sets the suffix to be used when displaying the number.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

Package skeleton based on spatie/skeleton-php.

About us

SimpleSquid is a small web development and design company based in Valkenburg, Netherlands.

License

The MIT License (MIT). Please see License File for more information.

Related Packages

simplesquid/nova-enum-field

A Laravel Nova field to add enums to resources.

442,967 52
dniccum/phone-number

A Laravel Nova phone number field with input masking and validation support.

489,970 70
silvanite/novafieldcheckboxes

A Laravel Nova field to display a number of multi-select options using checkboxe...

894,280 67
inspheric/nova-url-field

A Laravel Nova url field.

1,337,702 102
inspheric/nova-indicator-field

A Laravel Nova indicator field.

1,020,833 128