thedevdojo/voyager

How to formmat numbers with JSON bread

オープン

#3,326 opened on 2018/06/18

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)PHP (2,652 件のフォーク)batch import
help wantedtype:enhancement

Repository metrics

Stars
 (11,817 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

  • Laravel Version: 5.4
  • Voyager Version: 1.06
  • PHP Version: 7.0
  • Database Driver & Version: MySQL (It doesn't matter)

Description:

//In a blade file
{{ $number_format($product->price, 0, ',', '.') }}

If I want to format the displayed data in a BREAD view, how should be my JSON string to achieve my purpose?

コントリビューターガイド