"Laravel Root Directory"의 두 판 사이의 차이

8번째 줄: 8번째 줄:
==Root Directory Structure==
==Root Directory Structure==
<source lang='console'>
<source lang='console'>
root@zetawiki:/var/www/laravel# tree -L 1 -d
.
.
├── app
├── app
18번째 줄: 19번째 줄:
├── tests
├── tests
└── vendor
└── vendor
9 directories
</source>
</source>



2016년 5월 21일 (토) 15:13 판

1 개요

Laravel Root Directory
라라벨 루트 디렉토리
  • 라라벨 루트 디렉토리 구조

2 Root Directory Structure

Console
Copy
root@zetawiki:/var/www/laravel# tree -L 1 -d
.
├── app
├── bootstrap
├── config
├── database
├── public
├── resources
├── storage
├── tests
└── vendor

9 directories

3 같이 보기

편집자 218.55.162.20 J Jmnote JohnJeong1 Jmnote bot