Install Composer In Your Project > PC

본문 바로가기

사이트 내 전체검색

뒤로가기 PC

Windows Install Composer In Your Project

페이지 정보

작성자 관리자 작성일 21-06-15 17:15 조회 10,381 댓글 0

본문

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.


댓글목록 0

등록된 댓글이 없습니다.

Copyright © neion.co.kr All rights reserved.
PC 버전으로 보기