We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6385ad7 commit 8fa4421Copy full SHA for 8fa4421
Bootstraps/Laravel.php
@@ -53,6 +53,8 @@ public function getApplication()
53
{
54
if (file_exists('bootstrap/autoload.php')) {
55
require_once 'bootstrap/autoload.php';
56
+ } else if (file_exists('vendor/autoload.php')) {
57
+ require_once 'vendor/autoload.php';
58
}
59
60
// Laravel 5 / Lumen
0 commit comments