Windows Install Composer In Your Project
페이지 정보

본문
Install Composer In Your Project
Run this in your command line:
curl -sS https://getcomposer.org/installer | php
Or download composer.phar into your project root.
See the Composer documentation for complete installation instructions on various platforms.
Install Dependencies
Execute this in your project root.
php composer.phar install
Autoload Dependencies
If your packages specify autoloading information, you can autoload all the dependencies by adding this to your code:
require 'vendor/autoload.php';
Browse the packages we have to find more great libraries you can use in your project.
- 이전글사용자 계정 컨트롤 설정 변경 21.09.09
- 다음글자주 사용하는 주요 서비스 포트번호 21.04.20
댓글목록
등록된 댓글이 없습니다.