39498-vm/laravel_tmp/index.php
2026-04-06 06:10:54 +00:00

11 lines
251 B
PHP

<?php
define('LARAVEL_START', microtime(true));
require __DIR__.'/vendor/autoload.php';
/** @var \Illuminate\Foundation\Application $app */
$app = require_once __DIR__.'/bootstrap/app.php';
$app->handleRequest(Illuminate\Http\Request::capture());