본문 바로가기
개발/PHP

윈도우10 64BIT 환경 PHP XAMPP설치 Laravel 9 설치

by 외노자개발 2022. 10. 24.
반응형

https://www.apachefriends.org/

 

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, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to us

www.apachefriends.org

 

상기의 URL에 접속하여 Download를 클릭해서 자신이 원하는 XAMPP를 설치한다.

본인은 8.1을 할 것이기에 8.1.1을 다운받을 것이다. 

설정은 본인은 이렇게 할 것이다. ! 

그리고 쭉 Next를 클릭하면서 설치를 종료하면 된다.

 

그 이후로 Laravel을 사용하기 위해서는 Composer도 받아야하는데 

밑에 게시물을 참고하길 바란다. 

 

 

https://seodev.tistory.com/25

 

윈도우10 64bit php Composer설치하기

https://getcomposer.org/ Composer A Dependency Manager for PHP Latest: 2.4.3 (changelog) Getting Started Download Documentation Browse Packages Issues GitHub getcomposer.org PHP를 사용하기 위해서는..

seodev.tistory.com

 

 

composer create-project laravel/laravel:^9 task_test --prefer-dist

Laravel9 프로젝트 작성이 가능하다. 

필요조건은 

Composer

PHP8 이상 이다. 

반응형

댓글