Melodic
Home Docs Tutorials Release Notes
GitHub
Tutorials
Overview Build a REST API Build a Blog Adding Authentication Writing Custom Middleware Testing Your Application

Tutorials

Step-by-step walkthroughs that guide you from an empty directory to a working application. Each tutorial builds on real framework features with complete, runnable code at every step.

Build a REST API

Create a complete task management REST API from scratch using controllers, services, and the CQRS data access pattern.

Beginner

Build a Blog

Build a full MVC blog application with layouts, views, sections, ViewBag, and form handling.

Beginner

Adding Authentication

Protect your API and web routes with JWT-based authentication, user context, and entitlement checks.

Intermediate

Writing Custom Middleware

Build rate limiting and maintenance mode middleware to understand the pipeline model from the inside out.

Intermediate

Testing Your Application

Unit test your controllers, services, middleware, and validation rules using built-in test doubles.

Advanced
Built with Melodic PHP Framework — melodic.dev