합쭈기 programming

[Laravel] Laravel 시작 본문

Dev story

[Laravel] Laravel 시작

innocent_k 2015. 7. 8. 15:05

회사에서 asp-> php로 전향하기 위해 Laravel과 코드이그나이터 중 무엇을 할까 고민중에 laravel을 선택했다.

내가 하던것이 spring쪽이라서 객체지향적인 부분과 디버깅 부분에 중점을 뒀다. 


IDE의 선택이 문제였는데 


Netbeans is probably the most professional one here, it’s free and open-source (and financed by Oracle btw).

CodeLobster is small and quick, a good choice for beginners. There’s a free version, but you can buy upgrades to add more (professional) features, totally worth it.

PHPStorm is – in my opinion – by far the best PHP IDE available. It’s a commercial tool, but you can get free (!) licences for good open-source projects.

Aptana is quite unknown, but does the job! The code completion is not as advanced as in other IDEs.


이런글이 있어 NetBeans를 선택했다. 최고는 PHPStorm인 것 같지만 유료 IDE라 패스.. 

내가 자주쓰는 code assistance와 description기능이 되어서 좋다. 더 자세한것은 차차 알아가야지..