Skip to content

Instantly share code, notes, and snippets.

View azbagas's full-sized avatar

Azhar Bagaskara azbagas

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']);
@igorjs
igorjs / rest-api-response-format.md
Last active March 13, 2025 19:18
REST API response format based on some of the best practices
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active March 16, 2025 04:04
Conventional Commits Cheatsheet

Conventional Commit Messages starline

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default