Skip to content

Instantly share code, notes, and snippets.

View ebihimself's full-sized avatar

EBI ebihimself

View GitHub Profile
@ebihimself
ebihimself / README.MD
Last active March 15, 2023 08:04
Carbon month name localization with Laravel

Carbon months localization with Laravel translation files

Localization

Translate your desired month in the app.php translation file under its localization directory.

Methods

parseDate() method is responsible to format and translate the month name. In case you need to edit the input format or the returned format this method needs to be modified to meet your need.

getCurrentLocalizaedDate() method is just a test method to show the output.