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 trialbenfarnham
17,073 PointsSo what should I have installed to build a php website?
I going through the php track and I love how similar php is to javascript. Really feel like I have a jumpstart to the language itself. Now, I am starting the build a php website course and he is talking about installing Composer but should I have anything else installed? I ran the basic (and I mean bare minimum) install for Apache and php but would I need anything else? I am eager to learn and utilize php more so but would love to know what would best serve me when starting in php development. Any pointers are welcome!
3 Answers
Ramiro Aguirre
Courses Plus Student 16,725 Pointswell MAMP will do EVERYTHING for you lol basically MAMP stands for Mac, Apache, MySql, PHP . so you can get to run both apache and mysql at the same time, and it helps your mac to run as a server so that you can test your sites.
Ramiro Aguirre
Courses Plus Student 16,725 Pointsgreat choice joining php ! as long as you install Mamp (for mac) or Wamp (for windows) or Xamp (for linux) you're good to go ! those packages englobe all of the php needs to compile your code
benfarnham
17,073 PointsAwesome! Ok, another newby php question. What will MAMP do for me? Like I said, I set up the Apache and php but literally just activated both of them. I have heard about MAMP and MySQL but I wasn't sure if I should install those as well. All in all, I am just curious on what MAMP would do and how would I interact with it. Thanks Ramiro!
benfarnham
17,073 PointsOh wow, just looked up MAMP. Didn't realize it was it's own stand alone entity lol. I was going and trying to navigate through terminal to get everything working but it seems like they really made it much easier to do this through MAMP huh? Thank you a lot for the insights!