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 trialkristofer stensson
5,703 PointsI 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
39,199 PointsYou can use codio.io, it's a cloud-based IDE with Its own Ubuntu instance
- Intro to codio: http://www.infoq.com/news/2014/07/codio
- How to setup larvel with codio: https://codio.com/s/docs/specifics/laravel/
geoffrey
28,736 PointsIf 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.