File tree 2 files changed +4
-19
lines changed
2 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env php
2
2
<?php
3
3
4
+ define ('LARAVEL_START ' , microtime (true ));
5
+
4
6
/*
5
7
|--------------------------------------------------------------------------
6
8
| Register The Auto Loader
13
15
|
14
16
*/
15
17
16
- require __DIR__ .'/bootstrap /autoload.php ' ;
18
+ require __DIR__ .'/vendor /autoload.php ' ;
17
19
18
20
$ app = require_once __DIR__ .'/bootstrap/app.php ' ;
19
21
@@ -40,7 +42,7 @@ $status = $kernel->handle(
40
42
| Shutdown The Application
41
43
|--------------------------------------------------------------------------
42
44
|
43
- | Once Artisan has finished running. We will fire off the shutdown events
45
+ | Once Artisan has finished running, we will fire off the shutdown events
44
46
| so that any final work may be done by the application before we shut
45
47
| down the process. This is the last thing to happen to the request.
46
48
|
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments