Search code examples
phpeclipselaravellaravel-4eclipse-luna

Import laravel 4.2 project into eclipse


I have installed laravel 4.2 via composer and created in the htdocs folder of my xampp installation a new project. When I enter localhost everything runs perfectly fine.

Now I would like to import this project into eclipse luna. I have alredy installed the pdt plugin under eclipse. However, how to import the laravel project, for further development?

I appreciate your replies!


Solution

  • Here are the steps:

    1. Go to File > Import

    enter image description here

    1. Existing folder as New Project

    enter image description here

    1. Find the folder and click Finish enter image description here