We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2811f commit 1d59481Copy full SHA for 1d59481
bootstrap.php
@@ -1,5 +1,7 @@
1
<?php declare(strict_types = 1);
2
3
+define('LARAVEL_START', microtime(true));
4
+
5
$app = require_once __DIR__ . '/../../../bootstrap/app.php';
6
7
$app->make(\Illuminate\Contracts\Console\Kernel::class)->bootstrap();
0 commit comments