├── app/ │ ├── Http/ │ │ ├── Controllers/ # Route handlers │ │ └── Middleware/ # HTTP middleware (Inertia) │ ├── Models ...