Commit Graph

9 Commits

Author SHA1 Message Date
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
5f00a0dbf1 feat: Add CRUD functionality for books, categories, and loans
- Implemented Create, Edit, and Index pages for Buku (Books) with form handling and validation.
- Added Create, Edit, and Index pages for Kategori (Categories) with form handling and validation.
- Developed Create and Index pages for Peminjaman (Loans) with form handling and validation.
- Integrated status management and action buttons for loan records.
- Enhanced UI with responsive design and user-friendly navigation.
2026-03-17 22:05:20 +07:00
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