728x90
반응형
- XAMPP 방식
XAMPP 설치 : https://likethefirst.tistory.com/entry/PHP-윈도우-환경에-PHP-웹-개발-환경-구축하기-with-XAMPP
프로젝트 경로 설정 : https://blog.naver.com/levis3194/220650787871
DB root 비밀번호 변경 : https://ziszini.tistry.com/82
- PHP, MariaDB 개별 설치 방식 (php 디버깅을 위해 XAMPP 방식에서 변경)
PHP 설치(with intellij, windows) : https://blog.naver.com/senshig/222603306249
MariaDB 설치 방법 : https://blog.naver.com/julie0427/223367603979
PHP 와 MariaDB 연동 : https://velog.io/@developer_khj/PHP-MySQL-Setting
intellij + php 디버깅(Xdebug) : https://blog.ddoong2.com/2020/05/31/IntelliJ-php-debug/
728x90
반응형
'개발 > Web' 카테고리의 다른 글
[Three.js] POINT CLOUD 3D 이미지 웹페이지 노출 (1) | 2024.07.17 |
---|---|
Blob 데이터를 이미지로 보여주는 방법 (0) | 2024.06.18 |
location.href 시 history.length 변경 없는 이슈, history.pushState 뒤로가기 이슈 (1) | 2023.08.07 |