thedevdojo/voyager

How to formmat numbers with JSON bread

Open

#3326 aperta il 18 giu 2018

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)PHP (2652 fork)batch import
help wantedtype:enhancement

Metriche repository

Star
 (11.817 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

  • 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?

Guida contributor