php79 / stack

PHP 5.3 ~ 8.4 + Nginx + Let's Encrypt + MariaDB + 앱 자동 설치
https://www.php79.com
MIT License
90 stars 32 forks source link

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

Closed ibin79 closed 1 week ago

ibin79 commented 3 years ago

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 commented 1 year ago
ibin79 commented 1 week ago

v1.5.0 부터 app-install.sh laravel 앱 템플릿 추가. rewrite 룰은 5.1 부터 11 까지 모두 동일하므로 분기 불필요. a3d3352e884301dc6f02316c4bb954c6f0b8fedb