[라라벨] 시작하기 CLI에서 설치
PHP와 컴포저를 설치한 후 컴포저의 create-project 명령어를 이용해 새 라라벨 프로젝트를 만들 수 있습니다. composer create-project laravel/laravel:^9.0 example-app 또는 컴포저를 통해 라라벨 인스톨러를 전역적으로 설치해서 라라벨 프로젝트를 만들 수도 있습니다. composer global…
PHP와 컴포저를 설치한 후 컴포저의 create-project 명령어를 이용해 새 라라벨 프로젝트를 만들 수 있습니다. composer create-project laravel/laravel:^9.0 example-app 또는 컴포저를 통해 라라벨 인스톨러를 전역적으로 설치해서 라라벨 프로젝트를 만들 수도 있습니다. composer global…
한국어 매뉴얼 (10은 아직 번역중) https://laravel.kr/docs/9.x/ 영문 매뉴얼 https://laravel.com/docs/10.x
server { listen 80; listen [::]:80; server_name example.com; root /srv/example.com/public; add_header X-Frame-Options "SAMEORIGIN"; add_header X-Content-Type-Options "nosniff"; index index.php; charset utf-8; location / { try_files $uri $uri/ /index.php?$query_string; } location =…
nginx 에 설정 location / { try_files $uri $uri/ /index.php?$query_string; }
$Tb_S092 = preg_replace('/[ |\t]+/', ' ', $Tb_S092); $Tb_S092 = preg_replace('/\s{2,}/', ' ', $Tb_S092); $Tb_S092 = preg_replace('/\s{2,}/u', ' ', $Tb_S092); $Tb_S092 = preg_replace('/[\s]+/', ' ', $Tb_S092);
키파일 생성하기 네트워크 및 보안 > 키 페어 > 키페어 생성 > 이름입력 > 키페어 유형(RSA) 체크 > 프라이빗 키 파일 형식 .pem 체크 > 키 페어 생성 버튼 클릭…
goodzz.site 는 유선이 아닌 와이파이로 설정 되어 있음. vi /etc/netplan/00-installer-config-wifi.yaml # This is the network config written by 'subiquity' network: version: 2 wifis: wlp3s0: access-points: dhlee_5G: password: 01053896308#h dhcp4: no…