Install Composer In Your Project > PC

본문 바로가기
사이트 내 전체검색

PC

Windows Install Composer In Your Project

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 9,847회 작성일 21-06-15 17:15

본문

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.


댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

Copyright © neion.co.kr All rights reserved.