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 trialMeliza Caguimbal
8,399 PointsXAMPP page showing on localhost instead of Laravel page
Hi! I have a XAMPP installed in my PC. Then I followed the instructions here for installing Virtual Box, Vagrant and Laravel. When I went to 127.0.0.1 on my browser, I get the Welcome to XAMPP page instead of the "You have arrived." Laravel page. What should I do?
2 Answers
Szabolcs Szána
6,961 PointsHi :)
are you install the laravel in the htdocs folder? beacuse if not then open that folder in your browser (localhost/foldername)
Szabolcs Szána
6,961 Pointsokay, im happy. good luck =)
Meliza Caguimbal
8,399 PointsThanks!
Meliza Caguimbal
8,399 PointsMeliza Caguimbal
8,399 PointsHi! I didn't install it in the htdocs folder. But it's now working. I just configured the httpd-vhosts file to direct it to the folder where I installed Laravel. Thanks, anyway. :)