Download the PHP package ariaieboy/laravel-persian-helpers without Composer
On this page you can find all versions of the php package ariaieboy/laravel-persian-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ariaieboy/laravel-persian-helpers
More information about ariaieboy/laravel-persian-helpers
Files in ariaieboy/laravel-persian-helpers
Package laravel-persian-helpers
Short Description Add more functionality for Persian language into Laravel
License MIT
Homepage https://github.com/ariaieboy/laravel-persian-helpers
Informations about the package laravel-persian-helpers
Add more functionality for Persian language into Laravel
This package will add some helpers and macros to the laravel that help you work with persian language and convert non persian character and digits to persian or vise-versa.
Requirement
This package requires php version >= 8.4
and laravel version >= 11.35.1
Installation
You can install the package via composer:
You can publish the config file with:
Usage
Facade
Str
macros
Middlewares
By using these middlewares all the user inputs will be converted to correct format.
Note: by default
current_password
,password
andpassword_confirmation
inputs are ignored and are not affected by this middleware to customize this behavior you should extend each of this middleware and change the$except
property of the middleware
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- AriaieBOY
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-persian-helpers with dependencies
spatie/laravel-package-tools Version ^1.17.0
illuminate/contracts Version ^v11.35.1|^12