Examples

Examples

Practical endpoints and forms showing real framework usage patterns.

Database

Database Schema Preview

Shows a typed PHP schema blueprint next to SQL generated by the active database grammar. No SQL is executed.

Open example
Validation

Advanced Validation Form

Complex validation rules, conditional requirements, flash input/errors and failed rule reporting.

Open example
HTTP

HTTP Negotiation Demo

Request helper showcase: expectsJson/acceptsJson, typed inputs and request context fields.

Open example
HTTP

Download Response Demo

File download through PSR response builder with content-disposition and stream body.

Open example
Upload

Image Upload Demo (Auto Cleanup)

Upload image through UploadFactory profile and remove stored file immediately after processing, including error scenarios.

Open example