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 Laravel 4 Basics Getting Started with Laravel Installing Laravel Homestead

Laravel Course is crap.

Why is there no Windows version of this?

Every single step i ran into trouble because you're on Mac I'm on Windows 7.

Obviously all commands don't work for me as well as paths etc.

Why you guys didn't think about Windows users when recording this videos ?

5 Answers

Kevin Korte
Kevin Korte
28,149 Points

I feel your frustration. That's an unfortunate side affect of developing on Windows. An easy way around that is to use a free account on Cloud9. You'll get an ubuntu box you can use to develop in. The commands will work as you'd expect.

Actually, my first laravel experience was about 2 years ago, all on windows... For the last half year, i work on a mac, because of lot's of courses being written for mac.

But to be honest, once you got your environment set up, the differences aren't that big. Just try to get through the first days, and you'll be fine. Laravel is the same for both OS's, it's the installation that can make it hard. If you need some help, leave me a msg!

jason chan
jason chan
31,009 Points

You have to install the laravel 4 to follow a long.

Laravel 5 and 5.1. Today 5.2 came out so the code has changed. You have to read documentation to code it. Make sure you install the correct installation.

In addition, it's bit more difficult on windows. localhost/public that's the director of the index file. It's best to follow a long with mac or linux box.

jason chan
jason chan
31,009 Points

https://youtu.be/JHE7ZsVRc_U this guy teaches you how to install laravel.

Have xampp installed. That is your lamp stack. Commands for windows

composer create-project laravel/laravel {directory} 4.2 --prefer-dist
composer install

It's bit tougher but it can be done.

http://laravel.com/docs/4.2

To follow along with treehouse tutorial. Goodluck. You can do it.

Hi Tommy, if you're looking for in-depth courses specializing in Laravel, I would have to recommend www.laracasts.com. It basically costs $9 per month (as of today). And it`s regularly updated; their courses on Laravel cannot be compared to any other training site offering more general courses, for the meantime, at least.

TeamTreehouse is great if you're looking to be a well-rounded full-stack developer as they cover everything a web developer needs to know, and more. I'd say they do well for Android and iOS mobile development as well. :-)

Best wishes.