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 Laravel Folder Structure

Mike Zhu
Mike Zhu
1,840 Points

How to create a new site using Laravel?

Basically, I have already have an old Laravel project in my project folder. Is there any way to create a new site?

3 Answers

Chris Shaw
Chris Shaw
26,676 Points

Hi Mike,

Of course, simply follow the installation instructions on the Laravel website below.

http://laravel.com/docs/5.1/

Happy coding!

Drew Schott
Drew Schott
8,484 Points

If you're trying to keep the existing project, but not use it on that site, I would back-up the project folder. On the non-back-up, I'd guess you need to upgrade your previous install, so use the following link.. or the link above by the MOD will lead you to the right place...

http://laravel.com/docs/5.1/upgrade

Laravel has a decent amount of documentation, and explains the process pretty well.

Are you using MAMP or homestead?