server
Install Composer In Your Project
- 관리자 2024.07.30 OS 인기
-
- 1,704
- 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 - 사용자 계정 컨트롤 설정 변경2024.07.30
- 다음글원격 데스크톱 연결이 잘 될경우 - windows10이하2024.07.30
댓글목록
등록된 댓글이 없습니다.