From 1b99d087ce5663d8631b29cfab39d0416ca6ea4b Mon Sep 17 00:00:00 2001 From: Josh Manders Date: Mon, 17 Apr 2017 17:54:39 -0500 Subject: [PATCH 1/3] Fix break from #4226 --- artisan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artisan b/artisan index df630d0d..013cacbd 100755 --- a/artisan +++ b/artisan @@ -13,7 +13,7 @@ | */ -require __DIR__.'/bootstrap/autoload.php'; +require __DIR__.'/vendor/autoload.php'; $app = require_once __DIR__.'/bootstrap/app.php'; From dbe787e7efa3783f7f9e8fd204972e881a2b8112 Mon Sep 17 00:00:00 2001 From: Josh Manders Date: Mon, 17 Apr 2017 17:56:54 -0500 Subject: [PATCH 2/3] add LARAVEL_START --- artisan | 2 ++ 1 file changed, 2 insertions(+) diff --git a/artisan b/artisan index 013cacbd..f80e6414 100755 --- a/artisan +++ b/artisan @@ -1,6 +1,8 @@ #!/usr/bin/env php Date: Mon, 17 Apr 2017 17:59:45 -0500 Subject: [PATCH 3/3] Fix phpunit. --- phpunit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index a2c496ef..103ab945 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,7 @@