v1.1.7 – ✨ Placeholder capitalization support
Hey folks!
This release add support to placeholder capitalization:
'welcome' => 'Welcome, :NAME', // Welcome, DAYLE
'goodbye' => 'Goodbye, :Name', // Goodbye, Dayle
This makes this lib 100% accurate with Laravel translator API.