You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: valet.md
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -316,7 +316,6 @@ valet proxies
316
316
}
317
317
318
318
<aname="the-isstaticfile-method"></a>
319
-
#### The `isStaticFile` Method
320
319
#### `isStaticFile` 메소드
321
320
322
321
`isStaticFile` 는 유입된 요청이 이미지나 스타일 시트와 같은 "정적" 파일인지 판단합니다. 파일이 정적파일이라면 해당 파일이 존재하는 디스크의 전체 경로를 반환합니다. 유입된 요청이 정적 파일이 아니라면 `false` 를 반환해야 합니다.
@@ -341,7 +340,6 @@ valet proxies
341
340
> {note} `isStaticFile` 메소드는 유입된 요청이 `/` 가 아니고 `serves` 메소드가 `true`를 반환하는 경우에만 호출될 것입니다.
342
341
343
342
<aname="the-frontcontrollerpath-method"></a>
344
-
#### The `frontControllerPath` Method
345
343
#### `frontControllerPath` 메소드
346
344
347
345
`frontControllerPath` 메소드는 일반적으로 "index.php" 파일 또는 이와 동등한 파일인 애플리케이션의 "전면 컨트롤러"에 대한 완전한 경로를 반환해야 합니다.
@@ -360,7 +358,6 @@ valet proxies
360
358
}
361
359
362
360
<aname="local-drivers"></a>
363
-
### Local Drivers
364
361
### 로컬 드라이버
365
362
366
363
단일 애플리케이션에 대한 맞춤형 Valet 드라이버를 정의하려면 애플리케이션의 루트 디렉토리에 `LocalValetDriver.php` 파일을 생성하십시오. 사용자 정의 드라이버는 기본 `ValetDriver` 클래스를 확장하거나 `LaravelValetDriver`와 같은 기존 애플리케이션 특정 드라이버를 확장할 수 있습니다.
@@ -395,7 +392,6 @@ valet proxies
395
392
}
396
393
397
394
<aname="other-valet-commands"></a>
398
-
## Other Valet Commands
399
395
## 기타 발렛 명령어들
400
396
401
397
명령 | 설명
@@ -422,7 +418,6 @@ valet proxies
422
418
423
419
이 디렉토리에는 DNSMasq의 설정이 포함되어 있습니다.
424
420
425
-
#### `~/.config/valet/Drivers/`
426
421
#### `~/.config/valet/Drivers/`
427
422
428
423
이 디렉토리에는 발렛의 드라이버가 포함되어 있습니다. 드라이버는 특정 프레임워크 CMS가 제공되는 방식을 결정합니다.
0 commit comments