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 trialPuri Rangki
12,636 PointsLaravel 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
shezazr
8,275 Pointslaravel 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.
Puri Rangki
12,636 PointsGot it, I just need to add "4.2" after the --prefer dist.
Mike Zhu
1,840 PointsI 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.