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 July 18, 2025 15:51
Conventional Commits Cheatsheet
@igorjs
igorjs / rest-api-response-format.md
Last active May 16, 2025 07:51
REST API response format based on some of the best practices
@ahmadshobirin
ahmadshobirin / set locale and timezone indonesia in laravel.md
Last active June 14, 2025 12:45
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']);