Initial commit
This commit is contained in:
19
app/views/errors/autoload.html
Normal file
19
app/views/errors/autoload.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!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>
|
Reference in New Issue
Block a user