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 August 7, 2025 20:15
Conventional Commits Cheatsheet
@igorjs
igorjs / rest-api-response-format.md
Last active July 31, 2025 12:04
REST API response format based on some of the best practices
@ahmadshobirin
ahmadshobirin / set locale and timezone indonesia in laravel.md
Last active July 25, 2025 18:11
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']);