Skip to main content
Category:

Auto-Capitalize Translations in Laravel


In translation files (resources/lang), you can specify variables not only as :variable, but also capitalized as :VARIABLE or :Variable - and then whatever value you pass - will be also capitalized automatically.

resources/lang/en/messages.php

'welcome' => 'Welcome, :Name' 

Result: "Welcome, Taylor"

echo __('messages.welcome', ['name' => 'taylor']);

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook