Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ibin79 opened this issue Dec 5, 2020 · 1 comment
Open

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

ibin79 opened this issue Dec 5, 2020 · 1 comment
Assignees

Comments

@ibin79
Copy link
Contributor

ibin79 commented Dec 5, 2020

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 ibin79 self-assigned this Dec 5, 2020
@ibin79 ibin79 added this to the v1.3.0 milestone Feb 4, 2023
@ibin79
Copy link
Contributor Author

ibin79 commented Feb 6, 2023

  • laravel 1개로 통합하고 --app_version=9.0 형태로 버전 변수 옵션 입력 검토
  • 계정마다 php 및 composer 버전 다르게 할 방향 검토

@ibin79 ibin79 removed this from the v1.3.0 milestone Feb 6, 2023
@ibin79 ibin79 changed the title app-install.sh laravel 7, 8 지원 app-install.sh laravel 7, 8, 9 지원 Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant