فارسی ساز برای استفاده در اینپوت ها و ورودی ها و حذف عربی و سایر نوشته های مشابه
با کامپوزر
composer require tdanandeh/persianalize
TohidDanandeh\Persianalize\PersianalizeServiceProvider:class
$result = Persian::numbers_fa('123٤٥٦'); // return ۱۲۳۴۵۶
$result = Persian::numbers_en('۱۲۳٤٥٦'); // return 123456
$result = Persian::text('ي ڲ ڬ'); // return ی گ ک
$result = Persian::persian($text); // make texts and numbers Persian
$result = Persian::standard($text); // make texts Persian and numbers English
توسعه پکیج برای لاراول 8