-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67a0941
commit c581a78
Showing
2 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c581a78
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π This seems to've resulted in a broken installer, for me...
laravel new thing
Here's the full output I'm seeing:
Seems it is attempting to load
vendor/autoload.php
within~/.composer/vendor/laravel/installer/bin/
...Failed opening required '/Users/emjayess/.composer/vendor/laravel/installer/bin/vendor/autoload.php'
Edit
... And traversing one directory higher, with an extra
../
in thefile_exists
case, fixed it for me πc581a78
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@emjayess thanks! Fixed now