Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Number Format

Readme

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:

composer require dpsoft/nova-number-format

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

nova-number-format

Back to Top
Added 5 years ago
Last updated 5 Years Ago
Version v1.0
Composer
dpsoft/nova-number-format
GitHub stars 0
Packagist downloads 213

Favorites

0 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Author

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas