Answers for "how to get the current local php laravel"

PHP
1

get current locale laravel

app()->getLocale()
Posted by: Guest on May-11-2021
0

get current locale laravel

$defaultLocale = config('app.locale');
Posted by: Guest on July-25-2020

Code answers related to "how to get the current local php laravel"

Browse Popular Code Answers by Language