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 Introducing Laravel

kristofer stensson
kristofer stensson
5,703 Points

I cannot get Virtual box to work, is there another program i can use to go on with the Tutorial?

I have googled the problem and checked my bios and so on but it still dont work.

2 Answers

James Barnett
James Barnett
39,199 Points

You can use codio.io, it's a cloud-based IDE with Its own Ubuntu instance

geoffrey
geoffrey
28,736 Points

If ever you don't succeed to install Laravel using vagrant & Homestead, you can still follow the tutorial. But in this case, you'll have to install Laravel in a different way, check the docs for it.

However, be sure to have all included in your local environment. Which means, obviously PHP/MYSQL/APACHE and etc...

Homestead is great when you succeed to install it because you are sure to work with the same environment as the teacher and it includes all you need. Then you are pretty sure to avoid issues.