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 60f738b commit ce0a1afCopy full SHA for ce0a1af
bootstrap/autoload.php
@@ -0,0 +1,17 @@
1
+<?php
2
+
3
+define('LARAVEL_START', microtime(true));
4
5
+/*
6
+|--------------------------------------------------------------------------
7
+| Register The Composer Auto Loader
8
9
+|
10
+| Composer provides a convenient, automatically generated class loader
11
+| for our application. We just need to utilize it! We'll require it
12
+| into the script here so that we do not have to worry about the
13
+| loading of any our classes "manually". Feels great to relax.
14
15
+*/
16
17
+require __DIR__ . '/../vendor/autoload.php';
0 commit comments