moamahfouz/laravel-functions-extender

Some common functions I always use for arabic laravel projects

dev-master 2023-12-30 15:47 UTC

This package is auto-updated.

Last update: 2024-09-30 01:49:14 UTC


README

Extending Laravel Functionalities for arabic projects

Installation

composer require moamahfouz/laravel-functions-extender

Usage

use Moamahfouz\LaravelFunctionsExtender\LaravelFunctionsExtender;

$extender = new LaravelFunctionsExtender();
$extender->formatDateTimeToArabic($dateTimeValue);

// example
$extender->formatDateToArabic('2023-12-28'); 
// 28 ديسمبر 2023 

Functions table

Security

If you discover any security-related issues, please email moa.mahfouz@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.