Skip to content

Instantly share code, notes, and snippets.

View bayugustiparaya's full-sized avatar
:shipit:
Working from home

Bayu Gusti Paraya bayugustiparaya

:shipit:
Working from home
View GitHub Profile
@ahmadshobirin
ahmadshobirin / set locale and timezone indonesia in laravel.md
Last active February 18, 2025 09:50
set locale and timezone indonesia in laravel

Open File App\Providers\AppServiceProvider

Change method boot

use Carbon\Carbon;


public function boot()
{
	config(['app.locale' => 'id']);