An older example: https://stackoverflow.com/questions/8166907/display-dates-in-arabic/17946727
Since you said not using carbon.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi friends, I hope you're doing well today, I'm working on a Laravel 8 project and wanted to use Arabic date locale for example I want Monday to be (الإثنين), I don't use Carbon just the default PHP date.
Thanks for help friends <3
In the app .php I have these locales:
'timezone' => 'Africa/Casablanca',
'locale' => 'ar',
'fallback_locale' => 'ar',
'faker_locale' => 'ar_MA',
Please or to participate in this conversation.