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 trialHai Le Quang
5,855 PointsIs that necessary to use WAMP or MAMP while coding with Laravel?
I usually code PHP MySQL using WAMP or MAMP as localhost. And purchased MAMP Pro to enable XDebug, which I heavily relies on while coding. Recently digging into Laravel, I know that using Homestead and Vagrant, they create a virtual environment for developing Laravel apps. So that means you don't need MAMP as localhost? And if not, how can i install and enable Xdebug in that virtual environment? Many thanks
1 Answer
Holger Liesegang
50,595 PointsI can't help you with the Debug part while using Homestead & Vagrant as a virtual environment but I can give you detailed instructions on how to install Laravel 4 on a Mac with MAMP PRO, if that helps (with the XDebug issue at least) :)