setContentType($mime_type); // Set the output $response->setBody(file_get_contents($resource_path)); // Send the response to the browser $response->send(); } } }