Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save adinata-id/d62fe76f5031bd04c8ed9cb842d2518a to your computer and use it in GitHub Desktop.
Save adinata-id/d62fe76f5031bd04c8ed9cb842d2518a to your computer and use it in GitHub Desktop.
Open File -> App\Providers\AppServiceProvider
And change method boot
public function boot()
{
config(['app.locale' => 'id']);
Carbon::setLocale('id');
}
Open File and changes -> config/app.php
'timezone' => 'Asia/Jakarta',
'locale' => 'id',
'faker_locale' => 'id_ID',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment