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 b1bf3fb commit f3db3f3Copy full SHA for f3db3f3
bin/laravel
@@ -1,10 +1,10 @@
1
#!/usr/bin/env php
2
<?php
3
4
-if (file_exists(__DIR__.'/../../autoload.php')) {
5
- require __DIR__.'/../../autoload.php';
+if (file_exists(__DIR__.'/../../../autoload.php')) {
+ require __DIR__.'/../../../autoload.php';
6
} else {
7
- require __DIR__.'/vendor/autoload.php';
+ require __DIR__.'/../vendor/autoload.php';
8
}
9
10
$app = new Symfony\Component\Console\Application('Laravel Installer', '3.0.0');
0 commit comments