Take this example:
{{ $article->created_at->format(\'M\') }}
It returns Nov. I need to localise this to my language, so
Nov
I guess you should consult setlocale manpage. Though Im not sure if Laravel has any wrapper on it.