Download the PHP package dpsoft/nova-number-format without Composer
On this page you can find all versions of the php package dpsoft/nova-number-format. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package nova-number-format
Description
number_fromat values for index view ,Detail view and Forms, especially on typing values
Installation
You can install the nova theme into a Laravel app that uses Nova via composer:
Usage
<?php
namespace App\Nova;
use Dpsoft\NumberFormat\NumberFormat;
class Credit extends Resource
{
/**
* Get the fields displayed by the resource.
*
* @param \Illuminate\Http\Request $request
* @return array
*/
public function fields(Request $request)
{
return [
NumberFormat::make('Amount', 'amount')->required(),
];
}
Screenshots
All versions of nova-number-format with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package dpsoft/nova-number-format contains the following files
Loading the files please wait ....