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 trial

PHP Building Websites with PHP Dependency Management Introducing Composer

Gonzalo Blasco
Gonzalo Blasco
11,927 Points

Installing Composer in a Shared Hosting

Anybody know how to install Composer into a Shared Hosting? (I'm using Web Hosting for Students)

1 Answer

Composer 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
Gonzalo Blasco
11,927 Points

That's make sense. Thanks. Is the same when using Laravel?

I 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.