Level 18
Localization http://carbon.nesbot.com/docs/#api-localization
Carbon::setLocale('fr');
Carbon::yesterday()-> diffForHumans();
Returns "il y a 1 jour"
2 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi all.
How can I translate the Carbon diffForHuman in french ?
I found this package : https://github.com/jenssegers/date It's work perfectly
Please or to participate in this conversation.