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

Randolph Judy
PLUS
Randolph Judy
Courses Plus Student 28,198 Points

Problems I encountered using 'compose init' with a Windows installation of composer.

I found two problems when using 'composer init'. I had to define a package name because Composer didn't like the '\' characters when trying to use the default value (my project is in a child folder of my Xampp's htdocs folder). I discovered later when using 'composer require' that a license needs to be designated. I learned after some research that you can specify 'proprietary' if you do not have a specific license to specify. This information was supplied by 'composer diagnose', which by the way was very clear and concise. The dependency 'monolog/monolog' was successfully added after these modifications to the JSON file initialization.

I wanted to share this info because I am sure that I won't be the only one to want to use Composer in Windows.

troy beckett
troy beckett
12,035 Points

Hi Randolph, I'm using Windows and Xampp to and struggling to implement Composer into Brakets like the tutorial. When I call Composer from the command prompt it says that it has been downloaded successfully but how do I get it to work the same as in the example and not just by adding a JSON file. Also, are there any specific requirements for the package name? Thanks, Troy.