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.
Installation
-
Install the required Node.js packages by running
npm install
in the root directory of your Laravel project. -
Build the assets by running
npm run dev
in the root directory of your Laravel project. -
Start the Laravel development server by running
php artisan serve
.
Description
Languages
TypeScript
41.6%
JavaScript
29.6%
PHP
17.7%
Blade
8.6%
SCSS
1.8%
Other
0.7%