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 trialMike Zhu
1,840 PointsHow 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
26,676 PointsHi Mike,
Of course, simply follow the installation instructions on the Laravel website below.
Happy coding!
Drew Schott
8,484 PointsIf 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.
thomascawthorn
22,986 PointsAre you using MAMP or homestead?