8 Commits

Author SHA1 Message Date
c1b1a00c90 Merge remote-tracking branch 'main/master'
# Conflicts:
#	composer.json
#	routes/web.php
2025-04-30 17:04:14 +07:00
1875fae490 feat(migration): tambah migrasi untuk tabel notifications
Menambahkan migrasi baru untuk tabel `notifications` dengan rincian:
- Membuat tabel `notifications` dengan kolom:
  - `id` (UUID, primary key).
  - `type` (string).
  - `notifiable` (morphs).
  - `data` (text).
  - `read_at` (timestamp, nullable).
  - `timestamps` (created_at dan updated_at).
- Menyediakan fungsi `up` untuk membuat tabel.
- Menyediakan fungsi `down` untuk menghapus tabel.
2025-04-27 15:48:46 +07:00
33a2931a7f FIX : Update Database Seeder 2025-03-14 15:14:32 +07:00
d8a4a1179d FIX : Update template 2025-03-12 09:44:03 +07:00
dded90da18 Feature #10 : Add Pulse to Monitor Apps 2024-08-10 20:13:50 +07:00
0543882998 Feature #5 : Activity Logs 2024-08-06 11:42:31 +07:00
0c2bb15b58 Feature 1# : Update Compiling Asset and Modular
- Add Modular Package
- Update Compiler asset to handle modular
- update route to url on view
- Move User Models and MIgration to to Module Usermanagement
- Remove Database Seeder
2024-07-31 17:39:21 +07:00
2630438010 Initial Commit 2024-07-30 14:40:13 +07:00