- nginx 설치 https://8ugust-dev.tistory.com/5
- php, php-fpm : https://8ugust-dev.tistory.com/6
- codeigniter 설정 : https://krksap.tistory.com/879
if (!-e $request_filename ) {
rewrite ^(.*)$ /index.php last;
}
- CI 구버전에서는 dynamic properties are deprecated 메시지가 나오므로, 해당되는 클래스 위에 다음을 붙이자.
#[AllowDynamicProperties]
- str_replace 세번째 인자에 null deprecated나오므로, string 형변환 하자
- mariadb 설치 : https://wikidocs.net/16274
'개발' 카테고리의 다른 글
스니펫(js) (0) | 2023.04.05 |
---|---|
jetbrains ide에서 (webstorm, phpstorm 등등) react-router-dom의 자동완성이 안될 때 (0) | 2023.01.19 |
그누보드 Hook 리스트(run_event & run_replace) (0) | 2022.12.12 |
wp 소셜로그인하기 (0) | 2022.11.19 |
안드로이드 스튜디오(Jetbrains 계열 IDE)에서 자동완성 대소문자 구분 없애기 (0) | 2022.05.14 |