Commit Graph

7 Commits

Author SHA1 Message Date
1bd029751a refactor: Update KategoriController to use route model binding and improve validation messages 2026-03-17 22:39:42 +07:00
c02bab3f0b fix: Define table name for Peminjaman model 2026-03-17 22:17:43 +07:00
60eb58a6cf feat: Add seeders for Buku and Kategori with initial data 2026-03-17 22:10:16 +07:00
2614a61743 Add controllers for Anggota, Buku, Kategori, Peminjaman, and Dashboard with CRUD operations 2026-03-17 21:43:05 +07:00
e8e28349fc Add models and migrations for Anggota, Buku, Kategori, and Peminjaman 2026-03-17 19:16:26 +07:00
1dd800bcee Add Inertia.js support and middleware configuration
- Updated composer.json to include inertiajs/inertia-laravel dependency.
- Modified app.php to register HandleInertiaRequests middleware.
- Updated package.json with new dependencies for React and Vite.
- Enhanced vite.config.js to include React plugin.
- Created HandleInertiaRequests middleware for Inertia.js integration.
2026-03-17 19:06:01 +07:00
02c8c9ee88 Initial Commit 2026-03-17 06:16:42 +00:00