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

mikkel pohjola
mikkel pohjola
1,966 Points

i cant use composer on bracket or sublime

i want to code in bracket and i can not get composer to work on that. Can you tell mee how to get composer to work on braket so i can follow along the video.

thanks :)

3 Answers

mikkel pohjola
mikkel pohjola
1,966 Points

Hi James The link dont work :D

jamesjones21
jamesjones21
9,260 Points

ah blooming heck haha i would seriously recommend Visual Studio code, as it has its own built in terminal, no extension needed. Best thing about it, it works really well with PHP to, this is what I use in work :)

mikkel pohjola
mikkel pohjola
1,966 Points

Why didt i not Think abort that i have visual studio but how does it work with php

jamesjones21
jamesjones21
9,260 Points

you can install extensions for it to work with PHP, but do make sure it is Visual Studio Code text editor.

mikkel pohjola
mikkel pohjola
1,966 Points

thanks what extensions do i need to install ??

jamesjones21
jamesjones21
9,260 Points

there are quite a few, but you'll need php intellisense, this has a pop up with suggestions for which function in php you are trying to use.

brackets Pair coloring, this is another useful one, colourises each bracket to tell you where the other closeses.

if you need any debugging stuff then xdebugger is another good tool to add as an extension.