Download the PHP package outhebox/laravel-fix-arabic-numbers without Composer
On this page you can find all versions of the php package outhebox/laravel-fix-arabic-numbers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download outhebox/laravel-fix-arabic-numbers
More information about outhebox/laravel-fix-arabic-numbers
Files in outhebox/laravel-fix-arabic-numbers
Download outhebox/laravel-fix-arabic-numbers
More information about outhebox/laravel-fix-arabic-numbers
Files in outhebox/laravel-fix-arabic-numbers
Vendor outhebox
Package laravel-fix-arabic-numbers
Short Description Auto Convert all Arabic numbers input to English Numbers For Laravel framework & nova
License MIT
Homepage https://github.com/MohmmedAshraf/laravel-fix-arabic-numbers
Package laravel-fix-arabic-numbers
Short Description Auto Convert all Arabic numbers input to English Numbers For Laravel framework & nova
License MIT
Homepage https://github.com/MohmmedAshraf/laravel-fix-arabic-numbers
Please rate this library. Is it a good library?
Informations about the package laravel-fix-arabic-numbers
Laravel - Auto Fix Arabic Numbers
This package allows you to auto fix Arabic numbers form inputs.
Installation
This package can be used in Laravel 5.4 and up.
You can install the package via composer:
Usage
Laravel
In app/Http/Kernel.php
, register the middleware:
Lumen
In bootstrap/app.php
, register the middleware:
Extending
If you need to EXTEND the existing FixArabicNumbers
middleware note that:
- Your
FixArabicNumbers
middleware needs to extend theOutheBox\FixArabicNumbers\Http\Middleware\FixArabicNumbers
middleware - Add the fields you want to except form the middle ware to
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-fix-arabic-numbers with dependencies
PHP Build Version
Package Version
The package outhebox/laravel-fix-arabic-numbers contains the following files
Loading the files please wait ....