Go to file
2026-04-14 22:58:44 +07:00
.github/workflows initial commit 2026-04-11 22:26:56 +07:00
app feat: implement Category management with CRUD operations, validation, and UI integration 2026-04-14 22:58:44 +07:00
bootstrap initial commit 2026-04-11 22:26:56 +07:00
config chore: update application timezone to Asia/Jakarta 2026-04-11 22:32:53 +07:00
database feat: implement Category management with CRUD operations, validation, and UI integration 2026-04-14 22:58:44 +07:00
public feat: localize login page to Indonesian and update branding with new logo and cover image 2026-04-12 21:28:39 +07:00
resources feat: implement Category management with CRUD operations, validation, and UI integration 2026-04-14 22:58:44 +07:00
routes feat: implement Category management with CRUD operations, validation, and UI integration 2026-04-14 22:58:44 +07:00
storage initial commit 2026-04-11 22:26:56 +07:00
tests refactor: update feature and unit test suites to improve test coverage and reliability 2026-04-11 22:33:28 +07:00
.editorconfig initial commit 2026-04-11 22:26:56 +07:00
.env.example initial commit 2026-04-11 22:26:56 +07:00
.gitattributes initial commit 2026-04-11 22:26:56 +07:00
.gitignore initial commit 2026-04-11 22:26:56 +07:00
.npmrc initial commit 2026-04-11 22:26:56 +07:00
.prettierignore initial commit 2026-04-11 22:26:56 +07:00
.prettierrc initial commit 2026-04-11 22:26:56 +07:00
artisan initial commit 2026-04-11 22:26:56 +07:00
components.json initial commit 2026-04-11 22:26:56 +07:00
composer.json chore: add spatie/laravel-sluggable package and update composer.lock and pnpm-lock.yaml 2026-04-14 21:30:47 +07:00
composer.lock chore: add spatie/laravel-sluggable package and update composer.lock and pnpm-lock.yaml 2026-04-14 21:30:47 +07:00
eslint.config.js initial commit 2026-04-11 22:26:56 +07:00
package-lock.json feat: install @tanstack/react-table 2026-04-14 20:44:28 +07:00
package.json feat: install @tanstack/react-table 2026-04-14 20:44:28 +07:00
phpunit.xml initial commit 2026-04-11 22:26:56 +07:00
pint.json initial commit 2026-04-11 22:26:56 +07:00
pnpm-lock.yaml chore: add spatie/laravel-sluggable package and update composer.lock and pnpm-lock.yaml 2026-04-14 21:30:47 +07:00
pnpm-workspace.yaml initial commit 2026-04-11 22:26:56 +07:00
tsconfig.json initial commit 2026-04-11 22:26:56 +07:00
vite.config.ts initial commit 2026-04-11 22:26:56 +07:00