first commit

This commit is contained in:
Saufi
2026-06-24 20:32:14 +08:00
commit 10fb30ad69
201 changed files with 21356 additions and 0 deletions

9
config/mbip.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
return [
// Had saiz muat naik fail PDF (KB). Boleh ditindih oleh tetapan dalam pangkalan data.
'max_upload_size_kb' => env('MAX_UPLOAD_SIZE_KB', 20480),
// Aktifkan penghantaran peringatan emel (perlu konfigurasi SMTP).
'reminder_email_enabled' => env('REMINDER_EMAIL_ENABLED', false),
];