Skip to content

Commit 7933287

Browse files
docs: enhance README formatting for clarity on Filament features, including admin authentication, navigation badges, and guarded deletes
1 parent 07b19b2 commit 7933287

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Course Hub
22

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)**.
68
79
A Laravel-based Learning Management System featuring a **student-facing course experience** and a **Filament-powered admin panel**.
810

0 commit comments

Comments
 (0)