MIF_E31230887/resources/views
Lutfi Hakim 74ae662d99 add seeders
Standardize the Buku schema and wiring: change Buku model to use table 'buku' and primary key id_buku, add/adjust migrations to create/alter the buku table and related tables (lokasi fields, adjusted foreign keys), and add a migration to provide nim on anggotas. Update controllers to reference id_buku (queries, ordering) and make related schema-friendly adjustments. Add multiple seeders (AnggotaSeeder, BukuFromSqlSeeder, BukuSeeder, BukuTamuSeeder updates, KategoriSeeder, PeminjamanSeeder, UserSeeder) and minor view/controller cleanup/formatting tweaks. These changes align database structure, relations and seed data with the new primary key/table naming and support new fields (lokasi, bibliographic fields, guest/peminjaman updates).
2026-04-30 14:35:20 +07:00
..
Auth first commit 2026-04-29 20:58:38 +07:00
admin add seeders 2026-04-30 14:35:20 +07:00
anggota first commit 2026-04-29 20:58:38 +07:00
buku add seeders 2026-04-30 14:35:20 +07:00
buku_tamu first commit 2026-04-29 20:58:38 +07:00
components first commit 2026-04-29 20:58:38 +07:00
laporan first commit 2026-04-29 20:58:38 +07:00
layouts add seeders 2026-04-30 14:35:20 +07:00
partials first commit 2026-04-29 20:58:38 +07:00
profile first commit 2026-04-29 20:58:38 +07:00
user first commit 2026-04-29 20:58:38 +07:00
visitor/katalog add seeders 2026-04-30 14:35:20 +07:00
welcome add seeders 2026-04-30 14:35:20 +07:00
welcome.blade.php first commit 2026-04-29 20:58:38 +07:00