Files
thetempusproject/app/views/errors/autoload.html
2024-08-04 21:15:59 -04:00

19 lines
919 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Autoloader Missing</title>
</head>
<body>
<main>
<h1>Autoloader Not Found</h1>
<h2>One or more critical files is missing.</h2>
<h3>The composer autoload.php is missing.</h3>
<p>TheTempusProject uses the composer auto-loader to download update and serve libraries for its proper execution. Please make sure you have run the composer installer before continuing. Please see composer.org for more information.</p>
<h3>The Tempus Project autoload.php is missing.</h3>
<p>In cases where the composer autoloader cannot be used, one is provided in the bin directory. Please use this as an alternative to composer if needed.</p>
</main>
</body>
</html>