Quick Start Guide
Enable maintenance mode with countdown:
php artisan curtain:up --timer="30 minutes" --message="System update in progress"
Enable with specific template:
php artisan curtain:up --template=modern
Preview before enabling:
php artisan curtain:preview --template=modern --timer="1 hour"
Disable maintenance mode:
php artisan curtain:down
Last updated