Skip to content

Instantly share code, notes, and snippets.

View muhep06's full-sized avatar
🏠
Working from home

Muhep Atasoy muhep06

🏠
Working from home
View GitHub Profile
@muhep06
muhep06 / Money.php
Last active February 2, 2020 12:16
Laravel Nova Custom Currency Field - call undefined function money_format() error fix
<?php
namespace App\Fields;
use Laravel\Nova\Fields\Number;
use NumberFormatter;
class Money extends Number
{
public $locale = "en_GB";