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

Laravel 5

The current version of laravel is 5 and the folder structure has changed. I'm stuck at this point and I assumed this tutorial is using laravel 4.2.

3 Answers

laravel 4.2 has been renamed to laravel 5 and potentially because of the gap between the video & when it officially came out (this month), there might have been more changes.

Got it, I just need to add "4.2" after the --prefer dist.

Mike Zhu
Mike Zhu
1,840 Points

I am now finished a Laravel project and I am preparing to deploy it to the server. I use git to clone my Laravel project from my local server to the remote server. My Laravel version is 5. The server is running Centos7, Apache and PHP 5.4.16. However, the page only shows the website file structure instead of the home page, which shows like this: http://mikemikezhu.me/laravel/laravel_trial/ I am trying to know the correct way to publish my Laravel project. By the way, I don't want to use Forge because it is not free of charge.