라라벨(Laravel) 컴포저(Composer) 명령어

컴포저 명령어 리스트입니다.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 라라벨 프로젝트 생성
composer create-project laravel/laravel folder_name

# composer.json 내용을 토대로 빌드(패키지 설치)
composer install

# 패키지 업데이트
composer update

# autoload 파일을 리프레시
composer dump-autoload [--optimize]

composer self-update

# 패키지 추가 및 설치
composer require [options] [--] [vendor/packages]...

라라벨(Laravel) 컴포저(Composer) 명령어

https://hwiveloper.github.io/2017/06/12/laravel-composer-command/

Author

hwiVeloper

Posted on

2017-06-12

Updated on

2022-12-29

Licensed under

You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

댓글

You forgot to set the shortname for Disqus. Please set it in _config.yml.