adds more documentation

This commit is contained in:
2026-02-03 08:43:17 +01:00
parent 04a61b71ef
commit 9441291070
5 changed files with 311 additions and 3 deletions

View File

@@ -2,11 +2,12 @@ # CLAUDE.md Go No Go
## Project Overview
Laravel 12 application with Laravel Nova 5 administration panel. The admin panel is served at `/cp`. Authentication includes two-factor authentication (2FA) and email verification.
Laravel 12 application with Laravel Nova 5 administration panel. The admin panel is served at `/cp`. Frontend users authenticate via Azure AD SSO (Laravel Socialite). Nova administrators use Fortify with 2FA and email verification.
- **Framework:** Laravel 12
- **Admin Panel:** Laravel Nova 5 at `/cp`
- **Auth:** Fortify with 2FA + email verification
- **Auth (frontend):** Laravel Socialite with Azure AD SSO
- **Auth (Nova):** Fortify with 2FA + email verification
- **Database:** MySQL (`go-no-go`)
- **Local URL:** http://go-no-go.test (Laravel Herd)