Skip to content

Commit 80994dc

Browse files
committed
Cleanup bootstrapping
1 parent f8e98e9 commit 80994dc

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

artisan

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env php
22
<?php
33

4+
define('LARAVEL_START', microtime(true));
5+
46
/*
57
|--------------------------------------------------------------------------
68
| Register The Auto Loader
@@ -13,7 +15,7 @@
1315
|
1416
*/
1517

16-
require __DIR__.'/bootstrap/autoload.php';
18+
require __DIR__.'/vendor/autoload.php';
1719

1820
$app = require_once __DIR__.'/bootstrap/app.php';
1921

@@ -40,7 +42,7 @@ $status = $kernel->handle(
4042
| Shutdown The Application
4143
|--------------------------------------------------------------------------
4244
|
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
4446
| so that any final work may be done by the application before we shut
4547
| down the process. This is the last thing to happen to the request.
4648
|

bootstrap/autoload.php

-17
This file was deleted.

0 commit comments

Comments
 (0)