Path Exclusions
Configuration
// config/curtain.php
'excluded_paths' => [
// Core system paths
'_debugbar/*', // Debug bar
'horizon/*', // Laravel Horizon
'nova/*', // Laravel Nova
// API endpoints
'api/*', // API routes
'webhook/*', // Webhooks
// Health checks
'health', // Health check endpoint
'ping', // Ping endpoint
],Implementation
Pattern Types
Last updated