laravel 将laravel 4.2项目导入eclipse
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/26201029/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Import laravel 4.2 project into eclipse
提问by Anna.Klee
I have installed laravel 4.2via composerand created in the htdocs folderof my xamppinstallation a new project. When I enter localhosteverything runs perfectly fine.
我已经laravel 4.2通过安装composer并在htdocs folder我的xampp安装中创建了一个新项目。当我进入时,localhost一切都运行良好。
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?
现在我想把这个项目导入到eclipse luna. 我已经在eclipse下安装了pdt插件。但是,如何导入laravel 项目,以便进一步开发?
I appreciate your replies!
我感谢您的回复!
回答by Santosh Achari
Here are the steps:
以下是步骤:
- Go to File > Import
- 转到文件>导入


- Existing folder as New Project
- 现有文件夹作为新项目


- Find the folder and click Finish

- 找到文件夹并点击完成


