How Curtain Works
Curtain extends Laravel's native maintenance mode by introducing several key components that work together:
Core Components
Custom Middleware for handling maintenance requests
Service layer for managing maintenance state
Template system for rendering maintenance pages
Timer system for automatic disable
Request Flow

Last updated