Skip to content

Instantly share code, notes, and snippets.

View dzulfahmi's full-sized avatar

Fitra Zul Fahmi dzulfahmi

View GitHub Profile
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