Skip to content

Commit

Permalink
laravel 퍼미션 변경 대상 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ibin79 committed Sep 16, 2017
1 parent 1879422 commit 7648911
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/laravel51/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

composer -v create-project laravel/laravel master "5.1.*"

chmod -v -R a+rw master/storage/
chmod -v -R a+rw master/storage/ master/bootstrap/cache/

echo "Laravel 5.1 설치가 완료되었습니다."
echo " - 디비 정보 등 주요 설정 파일: master/.env"
Expand Down
2 changes: 1 addition & 1 deletion apps/laravel52/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

composer -v create-project laravel/laravel master "5.2.*"

chmod -v -R a+rw master/storage/
chmod -v -R a+rw master/storage/ master/bootstrap/cache/

echo "Laravel 5.2 설치가 완료되었습니다."
echo " - 디비 정보 등 주요 설정 파일: master/.env"
Expand Down
2 changes: 1 addition & 1 deletion apps/laravel53/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

composer -v create-project laravel/laravel master "5.3.*"

chmod -v -R a+rw master/storage/
chmod -v -R a+rw master/storage/ master/bootstrap/cache/

echo "Laravel 5.3 설치가 완료되었습니다."
echo " - 디비 정보 등 주요 설정 파일: master/.env"
Expand Down
2 changes: 1 addition & 1 deletion apps/laravel54/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

composer -v create-project laravel/laravel master "5.4.*"

chmod -v -R a+rw master/storage/
chmod -v -R a+rw master/storage/ master/bootstrap/cache/

echo "Laravel 5.4 설치가 완료되었습니다."
echo " - 디비 정보 등 주요 설정 파일: master/.env"
Expand Down
2 changes: 1 addition & 1 deletion apps/laravel55/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

composer -v create-project laravel/laravel master "5.5.*"

chmod -v -R a+rw master/storage/
chmod -v -R a+rw master/storage/ master/bootstrap/cache/

echo "Laravel 5.5 설치가 완료되었습니다."
echo " - 디비 정보 등 주요 설정 파일: master/.env"
Expand Down

0 comments on commit 7648911

Please sign in to comment.