New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install packages locally works not as expected (at least not from the User's Working Model point of view) #5658
Comments
What does that mean?
What? Why?
Your composer.phar travels?
Install how? Be descriptive, tell us what command you run and where you run it. Using issue template: ★★★☆☆ |
|
Okay, sorry, my bad... I open a terminal and it basically gives me this starting point as of the location in the file system:
Then comes my problem when I would like to install a package.
So summarizing the problem: |
|
Sorry. I'm new... |
|
Ah, okay, that explanation is much more useful. Thank you. So the problem is that you want your working directory to be different from your current directory. You need to either So: or |
|
Yes! Works just as expected. However would be nice if that would be handled automatically OR mentioned in the documentation. |
Install packages:
I successfully installed composer on Mac OS X 10.11.6. I installed it into a project directory.
So, composer will basically downloaded to: Users/MyUser/
My composer.phar then goes to Users/MyUser/Projects/project.local/
And then when I want to install a package, composer looks for the json in:
Users/MyUser/ dir
instead its project folder.
Kinda not good.
The text was updated successfully, but these errors were encountered: