Use Laravel framework 8

This commit is contained in:
DariusIII
2020-09-28 21:26:55 +02:00
parent c55b95e627
commit 34fb50f40f
49 changed files with 1112 additions and 1115 deletions
+6
View File
@@ -2,6 +2,12 @@
require_once dirname(__DIR__).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
define('LARAVEL_START', microtime(true));
if (file_exists(__DIR__.'/../storage/framework/maintenance.php')) {
require __DIR__.'/../storage/framework/maintenance.php';
}
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
$response = $kernel->handle($request = Illuminate\Http\Request::capture());