this commit adds more documentation to the application

This commit is contained in:
2026-02-03 09:08:05 +01:00
parent 9441291070
commit 02dfc1568c
5 changed files with 488 additions and 17 deletions

View File

@@ -2,12 +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`. Frontend users authenticate via Azure AD SSO (Laravel Socialite). Nova administrators use Fortify with 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 uses its built-in authentication.
- **Framework:** Laravel 12
- **Admin Panel:** Laravel Nova 5 at `/cp`
- **Auth (frontend):** Laravel Socialite with Azure AD SSO
- **Auth (Nova):** Fortify with 2FA + email verification
- **Auth (Nova):** Built-in Nova authentication
- **Database:** MySQL (`go-no-go`)
- **Local URL:** http://go-no-go.test (Laravel Herd)