A Laravel Nova field which adds additional functionality to the default Number field.
simplesquid/nova-advanced-number-field is a Laravel package for a laravel nova field which adds additional functionality to the default number field..
It currently has 11 GitHub stars and 166.326 downloads on Packagist (latest version v3.3.0).
Install it with composer require simplesquid/nova-advanced-number-field.
Discover more Laravel packages by simplesquid
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel Nova field which adds additional functionality to the default Number field by using PHP's number_format() function.

You can install this package in a Laravel app that uses Nova via composer:
composer require simplesquid/nova-advanced-number-field
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.composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
Package skeleton based on spatie/skeleton-php.
SimpleSquid is a small web development and design company based in Valkenburg, Netherlands.
The MIT License (MIT). Please see License File for more information.