Commit Graph

6 Commits

Author SHA1 Message Date
48a731703a Refactor routes to implement resource controllers for Buku, Anggota, Kategori, and Peminjaman with dashboard integration 2026-03-17 21:44:54 +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
1aff175819 Add initial app structure with Inertia.js integration 2026-03-17 19:11:37 +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