예전에 처음 환경을 세팅할때는
APMSetup을 사용해서 했다 php버전도 오래 됬고 XAMPP를 사용하고 있다
www.apachefriends.org/index.html
XAMPP Installers and Downloads for Apache Friends
What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to us
www.apachefriends.org
작성일 기준 PHP8버전 까지 있다.
설치 하는것만으로 apm환경 세팅이 간단하다
작동 시 php 파일이 들어가는 기본 경로
C:\xampp\htdocs
IDE
phpStorm
www.jetbrains.com/ko-kr/phpstorm/
PhpStorm: JetBrains가 만든 빠르고 스마트한 PHP 프로그래밍용 IDE
PhpStorm은 Symfony, Laravel, Drupal, WordPress, Laminas, Magento, Joomla!, CakePHP, Yii 등 수많은 프레임워크와 완벽하게 호환되는 PHP IDE입니다.
www.jetbrains.com
유로이지만 많은 기능이나 플러그인 추가가 가능하며 적응하면 사용하기 좋다.
notepad++
notepad-plus-plus.org/downloads/
Downloads | Notepad++
notepad-plus-plus.org
무료 텍스트 편집 툴
자동완성도 있으며 플러그인을 설치하여 사용할 수 있다.
fileZilla client
FileZilla - The free FTP solution
Overview Welcome to the homepage of FileZilla®, the free FTP solution. The FileZilla Client not only supports FTP, but also FTP over TLS (FTPS) and SFTP. It is open source software distributed free of charge under the terms of the GNU General Public Licen
filezilla-project.org
서버가 로컬이 아니라 원격지에 있을때 파일 업로드시 사용
'Programming > PHP' 카테고리의 다른 글
Windows에서 laravel 설치하기 (0) | 2020.12.27 |
---|---|
PHP 500에러 (0) | 2020.03.21 |
부트스트랩 라디오버튼 (0) | 2020.03.12 |