You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Course Hub
2
2
3
-
> **Filament Admin Authentication** — Uses a dedicated **`admins`** table and **`admin`** guard, isolated from student **`users`** / **`web`**. See **[`docs/FILAMENT_ADMIN_AUTH.md`](docs/FILAMENT_ADMIN_AUTH.md)**.
4
-
> **Navigation Badges** — Sidebar badges show model counts, cached and updated on create/delete. See **[`docs/FILAMENT_NAVIGATION_BADGE.md`](docs/FILAMENT_NAVIGATION_BADGE.md)**.
5
-
> **Guarded Deletes** — Bulk deletes are blocked when records have **active related data** (e.g. published content or enrollments). See **[`docs/DELETE_ACTIVE_RELATIONS.md`](docs/DELETE_ACTIVE_RELATIONS.md)**.
3
+
> [!IMPORTANT]
4
+
>
5
+
> -**Filament Admin Authentication** — Uses a dedicated **`admins`** table and **`admin`** guard. See **[`docs/FILAMENT_ADMIN_AUTH.md`](docs/FILAMENT_ADMIN_AUTH.md)**.
6
+
> -**Navigation Badges** — Cached model counts in the sidebar. See **[`docs/FILAMENT_NAVIGATION_BADGE.md`](docs/FILAMENT_NAVIGATION_BADGE.md)**.
7
+
> -**Guarded Deletes** — Prevents deleting records with active relations. See **[`docs/DELETE_ACTIVE_RELATIONS.md`](docs/DELETE_ACTIVE_RELATIONS.md)**.
6
8
7
9
A Laravel-based Learning Management System featuring a **student-facing course experience** and a **Filament-powered admin panel**.
0 commit comments