You can change the default language for the admin interface by following these steps:
- open config/app.php and search for 'locale'
/*
|--------------------------------------------------------------------------
| Application Locale Configuration
|--------------------------------------------------------------------------
|
| The application locale determines the default locale that will be used
| by the translation service provider. You are free to set this value
| to any of the locales which will be supported by the application.
|
*/
'locale' => 'en',
- Change the value from 'en' to 'tr'
- Save the changes and refresh the admin interface.