Daeng Deni Mardaeni 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
2024-07-30 14:40:13 +07:00
2024-07-30 14:40:13 +07:00
2024-07-30 14:40:13 +07:00
2024-07-30 14:40:13 +07:00
2024-07-30 14:40:13 +07:00
2024-07-30 14:40:13 +07:00
2024-07-30 14:40:13 +07:00
2024-08-07 14:49:06 +07:00
2024-07-30 14:40:13 +07:00
2024-07-30 14:40:13 +07:00
2024-07-30 14:40:13 +07:00
2024-07-30 14:40:13 +07:00

Installation

  1. Install the required Node.js packages by running npm install in the root directory of your Laravel project.

  2. Build the assets by running npm run dev in the root directory of your Laravel project.

  3. Start the Laravel development server by running php artisan serve.

Description
Project development for IT Security Data
Readme 19 MiB
Languages
TypeScript 41.6%
JavaScript 29.6%
PHP 17.7%
Blade 8.6%
SCSS 1.8%
Other 0.7%