Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialGonzalo Blasco
11,927 PointsInstalling Composer in a Shared Hosting
Anybody know how to install Composer into a Shared Hosting? (I'm using Web Hosting for Students)
1 Answer
Ted Sumner
Courses Plus Student 17,967 PointsComposer is installed in your development environment, so usually your local computer. It installs folders into your project that contain all the code that you need for the dependencies. There is no installation on the server UNLESS you are using the server as an on-line text editor like Cloud9 or Codeanywhere.
Gonzalo Blasco
11,927 PointsGonzalo Blasco
11,927 PointsThat's make sense. Thanks. Is the same when using Laravel?
Ted Sumner
Courses Plus Student 17,967 PointsTed Sumner
Courses Plus Student 17,967 PointsI think so, but am not positive. I have not done the Laravel course yet. My time has been spent on the forum and a project I tackled that has turned out to be more complicated than I originally thought.