<?php

/**
 * Laravel Subdirectory Proxy
 * This file allows the application to be served from a subdirectory 
 * while maintaining correct base path detection.
 */

require_once __DIR__ . '/public/index.php';
