라라벨 설치하기
라라벨 설치하기 위해서는 먼저 컴포저라는 것을 다운을 받아야 합니다.
https://getcomposer.org/download/
Composer
Download Composer Latest: v1.10.1 To quickly install Composer in the current directory, run the following script in your terminal. To automate the installation, use the guide on installing Composer programmatically. php -r "copy('https://getcomposer.org/in
getcomposer.org
위 링크에서 컴포저 다운로드를 받습니다.
다운을 받은 후 계속 진행하면 됩니다.
install for all users(recommended) ->next -> next
여기서 choose the commend-line PHP your want to use: 라는게 보일 겁니다. PHP.exe를 다운을 받아야 합니다.
https://windows.php.net/download/
PHP For Windows: Binaries and sources Releases
PHP 7.3 (7.3.15) Download source code [27.03MB] Download tests package (phpt) [14.24MB] VC15 x64 Non Thread Safe (2020-Feb-18 15:21:02) Zip [24.43MB] sha256: a893ff757cbb421801707ed9358a56fbf08b4100567bf0ddf03142e1d27be8f8 Debug Pack [23.07MB] sha256: a345
windows.php.net
위 링크에 들어간 후
VC15 x64 Thread Safe 선택한후 Zip파일을 다운 받습니다.
다운을 받고 zip 압축해제 하면 안에 PHP.exe가 있습니다. 이 경로 잡아주시고,
next -> next -> next -> install 해주시면 됩니다.
이제 윈도우키를 누르고 검색창에 cmd를 입력해서 켜줍니다.
https://laravel.kr/docs/6.x/installation
라라벨 6.x - 설치하기
라라벨 한글 메뉴얼 6.x - 설치하기
laravel.kr
위 링크에 들어가서 명령어 보고 cmd에 치면 됩니다.