Skip to content

Instantly share code, notes, and snippets.

View azbagas's full-sized avatar

Azhar Bagaskara azbagas

View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active September 6, 2026 14:34
Conventional Commits Cheatsheet
@igorjs
igorjs / rest-api-response-format.md
Last active July 13, 2026 18:46
REST API response format based on some of the best practices
@ahmadshobirin
ahmadshobirin / set locale and timezone indonesia in laravel.md
Last active April 27, 2026 08:01
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']);