개발/php (2) 썸네일형 리스트형 IntelliJ CodeIgniter4.3.6 셋팅하기 이전 포스팅에선 IntelliJ에 XAMPP를 설치하여 개발환경 셋팅을 해보았다. 2023.07.20 - [개발/php] - intellij php XAMPP 개발환경 셋팅 이번 포스팅에서는 CodeIgniter를 IntelliJ에 셋팅을 다룬다. (서버 포트를 8080으로 변경하였음) 1. 아래 링크로 이동하여, 깃허브에서 ZIP 파일 다운로드를 받는다. https://github.com/codeigniter4/framework 2. 다운로드 받은 ZIP파일을 IntelliJ 프로젝트 폴더 내에 압축을 해제해준다. 3. XAMPP에서 httpd.conf파일을 수정해준다. DocumentRoot와 Directory랑 경로를 아래와같이 IntelliJ 프로젝트 폴더의 public 폴더까지 지정하여준다. 3.. intellij php XAMPP 개발환경 셋팅 java개발을 몇년하다가 오랜만에 php개발을 잠시(가 맞겠지...?) 시작하게되었다. 인텔리제이를 사용하고있는데, php셋팅을 하고싶어서 찾아보니 글이 별로 없어 글을 작성하게 되었다. 나름 상세하게 적었다. 우선 intellij는 설치되어있으니, 1. XAMPP 설치를한다. https://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.. 이전 1 다음