stack icon indicating copy to clipboard operation
stack copied to clipboard

app-install.sh laravel 7, 8, 9 지원

Open ibin79 opened this issue 4 years ago • 1 comments

composer 로 설치하는 방법은 기존과 비슷한데, --prefer-dist 옵션만 추가됨

https://laravel.com/docs/8.x#via-composer-create-project

composer create-project --prefer-dist laravel/laravel blog

https://getcomposer.org/doc/03-cli.md

--prefer-dist: Reverse of --prefer-source, Composer will install from dist if possible. This can speed up installs substantially on build servers and other use cases where you typically do not run updates of the vendors. It is also a way to circumvent problems with git if you do not have a proper setup.

ibin79 avatar Dec 05 '20 09:12 ibin79

  • [ ] laravel 1개로 통합하고 --app_version=9.0 형태로 버전 변수 옵션 입력 검토
    • 버전별 nginx 설정이 비슷함. https://laravel.com/docs/9.x/deployment#nginx
  • [ ] 계정마다 php 및 composer 버전 다르게 할 방향 검토

ibin79 avatar Feb 06 '23 03:02 ibin79