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 Homestead

Julian Cortes
Julian Cortes
3,549 Points

So, what if i want to add more laravel projects .. no just "laravel-basics" for example?

If this is a dev ambient, how can I update projects to production or test ambients with more than one project

Patrick Koch
Patrick Koch
40,496 Points

there are different options: here the link to the docs http://laravel.com/docs/5.1

  1. Via Laravel Installer. or
  2. Via Composer Create-Project.

I personally like just use MAMP as enviroment for serving php, database .... I just but the laravel project in the spec. root folder of MAMP (htdocs by default).

If you have more question just ask.

g patrick