server
Install Composer In Your Project
- 관리자 2024.07.30 OS 인기
-
- 1,844
- 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.
- 이전글Windows - Adobe Acrobat Reader DC2024.07.30
- 다음글자주 사용하는 주요 서비스 포트번호2024.07.30
댓글목록
등록된 댓글이 없습니다.