MIF_E31230069/spk_kontrakan/app/Models
micko samawa 585d36fe09 feat: Separate admin and user tables for independent authentication
- Create new 'admins' table with role column (admin/super_admin)
- Create Admin model for admin authentication
- Add AdminSeeder with test data (super_admin, admin)
- Update config/auth.php with dual guards (web for users, admin for admins)
- Update AdminAuthController to use Admin model and 'admin' guard
- Remove role column from users table (users have no role)
- Update register validation messages in Indonesian
- Now same email can be used by user and admin (separate tables)
2026-05-18 20:50:22 +07:00
..
ActivityLog.php Fix favorites system: improve error handling, type safety, and UI feedback 2026-03-07 00:45:30 +07:00
Admin.php feat: Separate admin and user tables for independent authentication 2026-05-18 20:50:22 +07:00
AdminDeviceToken.php Update mobile config, add admin reminder notifications, and apply migrations 2026-05-10 23:29:18 +07:00
Booking.php Update user management, booking model, and mobile screens 2026-03-14 11:11:28 +07:00
Favorite.php fix: Laravel Backend Security & Stability Improvements 2026-02-26 00:19:15 +07:00
Galeri.php Fix favorites system: improve error handling, type safety, and UI feedback 2026-03-07 00:45:30 +07:00
Kontrakan.php Update mobile config, add admin reminder notifications, and apply migrations 2026-05-10 23:29:18 +07:00
Kriteria.php fix: Laravel Backend Security & Stability Improvements 2026-02-26 00:19:15 +07:00
Laundry.php Add laundry open/close times and status fields 2026-02-27 03:56:39 +07:00
LayananLaundry.php fix: Laravel Backend Security & Stability Improvements 2026-02-26 00:19:15 +07:00
Review.php Fix favorites system: improve error handling, type safety, and UI feedback 2026-03-07 00:45:30 +07:00
User.php feat: Separate admin and user tables for independent authentication 2026-05-18 20:50:22 +07:00