Skip to content

Instantly share code, notes, and snippets.

@moaalaa
Created August 15, 2023 15:58
Show Gist options
  • Save moaalaa/395340b1e1bd00ccdb31d64b85dcac98 to your computer and use it in GitHub Desktop.
Save moaalaa/395340b1e1bd00ccdb31d64b85dcac98 to your computer and use it in GitHub Desktop.
Carbon translated locale
<?php
// Will format bu in en lang
$model->created_at->format('M, Y');
// Will translate the format to ar lang
$model->created_at->locale('ar')->translatedFormat('M, Y');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment