Update to Laravel & PHP 8

This commit is contained in:
2021-10-12 18:08:15 +01:00
parent 85c719c24d
commit a3d0730808
11 changed files with 3109 additions and 1702 deletions

View File

@@ -9,6 +9,10 @@
define('LARAVEL_START', microtime(true));
if (file_exists(__DIR__.'/../storage/framework/maintenance.php')) {
require __DIR__.'/../storage/framework/maintenance.php';
}
/*
|--------------------------------------------------------------------------
| Register The Auto Loader