Laravel Nova Number field with display of Persian letters.
xamani/nova-persian-number is a Laravel package for laravel nova number field with display of persian letters..
It currently has 0 GitHub stars and 1.206 downloads on Packagist (latest version 2.0).
Install it with composer require xamani/nova-persian-number.
Discover more Laravel packages by xamani
or browse all Laravel packages to compare alternatives.
Last updated
This package allows the user to set up a field in Nova that forms and converts numbers to Farsi letters.
You can install the package via composer:
composer require xamani/nova-persian-number
composer require xamani/nova-persian-number:^1.0
use Xamani\NovaPersianNumber;
PersianNumber::make('Price')
->format('0,0') // Defaults to "0,0"
->moneyUnit('تومان') // You can also use the null value
The MIT License (MIT).