siakad-itm/config
Yoga Pangestu 2885de2c20 feat: add lecturer and student management pages with CRUD functionality
- Implemented LecturerEdit and LecturerIndex components for managing lecturers.
- Created StudentCreate and StudentEdit components for adding and editing students.
- Developed StudentIndex component for listing students with search and pagination.
- Added department and user types for better type safety.
- Updated routes for lecturers and students, including reset password functionality.
- Removed AppSidebar from dashboard for a cleaner layout.
2026-08-21 14:14:01 +07:00
..
app.php feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
auth.php initial commit 2026-07-29 17:46:01 +07:00
cache.php initial commit 2026-07-29 17:46:01 +07:00
database.php refactor: update component imports and improve styling 2026-08-03 15:19:17 +07:00
filesystems.php initial commit 2026-07-29 17:46:01 +07:00
fortify.php feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum 2026-08-03 13:43:30 +07:00
inertia.php initial commit 2026-07-29 17:46:01 +07:00
logging.php initial commit 2026-07-29 17:46:01 +07:00
mail.php initial commit 2026-07-29 17:46:01 +07:00
media-library.php feat: add media library and permission management 2026-08-05 15:57:51 +07:00
permission.php feat: add media library and permission management 2026-08-05 15:57:51 +07:00
queue.php initial commit 2026-07-29 17:46:01 +07:00
services.php initial commit 2026-07-29 17:46:01 +07:00
session.php initial commit 2026-07-29 17:46:01 +07:00