Laravel 免费 IDE
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24548954/
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
Laravel free IDE
提问by mwafi
Is there any free Laravel 4 IDE provide autocomplete
是否有任何免费的 Laravel 4 IDE 提供自动完成功能
I downloaded netbeans but can't get it to support Laravel:
我下载了 netbeans 但无法让它支持 Laravel:
https://netbeans.org/downloads/
https://netbeans.org/downloads/
thanks,
谢谢,
回答by mwafi
I just found the answer for netbeans and eclipse
我刚刚找到了 netbeans 和 eclipse 的答案
- Download the following pre-made file that lists the Laravel namespaces: https://gist.github.com/barryvdh/5227822.
- Create a folder anywhere on your computer to hold this file. For example: C:/laravel_helper/eclipse_laravel_helper.php
- After you created an Eclipse or NetBeans Laravel project, open project properties and adjust PHP include path to include above created folder.
- 下载以下列出 Laravel 命名空间的预制文件:https://gist.github.com/barryvdh/5227822 。
- 在计算机上的任意位置创建一个文件夹来保存此文件。例如:C:/laravel_helper/eclipse_laravel_helper.php
- 创建 Eclipse 或 NetBeans Laravel 项目后,打开项目属性并调整 PHP 包含路径以包含上面创建的文件夹。
source: http://raroweb.net/projects/webdev_helper/netbeans/laravel-4-in-eclipse-or-netbeans/
来源:http: //raroweb.net/projects/webdev_helper/netbeans/laravel-4-in-eclipse-or-netbeans/
回答by cheelahim
The most sufficient solution I could find is generating helper file for my IDE. Check out this package https://github.com/barryvdh/laravel-ide-helperIt is more or less IDE agnostic and quite popular.
我能找到的最充分的解决方案是为我的 IDE 生成帮助文件。查看这个包https://github.com/barryvdh/laravel-ide-helper它或多或少与 IDE 无关并且很受欢迎。
回答by saha
I'm happy with netbeans but you can try sublime text from http://www.sublimetext.com/
我对 netbeans 很满意,但您可以尝试来自http://www.sublimetext.com/ 的sublime text