Download the PHP package mostafamaklad/laravel-arabic-numbers without Composer
On this page you can find all versions of the php package mostafamaklad/laravel-arabic-numbers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mostafamaklad/laravel-arabic-numbers
More information about mostafamaklad/laravel-arabic-numbers
Files in mostafamaklad/laravel-arabic-numbers
Package laravel-arabic-numbers
Short Description Convert all Arabic numbers input to English Numbers
License MIT
Homepage https://github.com/mostafamaklad/laravel-arabic-numbers
Informations about the package laravel-arabic-numbers
laravel-arabic-numbers
This package allows you to fix Arabic numbers input .
Table of contents
- Installation
- Usage
- Laravel
- Lumen
- Extending
- Change log
- Testing
- Contributing
- Security
- Credits
- License
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 ArabicNumbers
middleware note that:
- Your
ArabicNumbers
middleware needs to extend theMaklad\ArabicNumbers\Http\Middleware\ArabicNumbers
middleware - Add the fields you want to except form the middle ware to
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
- Mostafa Maklad
- All Contributors
License
The MIT License (MIT). Please see License File for more information.