동기
이 디버그바 항목에서 application 과 booting의 의미가 궁금해졌다.
검색 결과
Booting is the time from the request start until the debugbar is booted in the booted() section of the service providers. Everything before that is the framework itself + service providers registering (and perhaps some booting, depending on the order)
참고
'프로그래밍 언어(must-have skills) > PHP' 카테고리의 다른 글
php 벤치마크 사이트 추천 -The PHP Benchmark (0) | 2023.06.01 |
---|---|
__call method (0) | 2023.04.29 |
[문법]PHP foreach 사용법 (0) | 2023.02.11 |
[Coding Standard(PSR-1)] PHP code MUST use only UTF-8 without BOM. (0) | 2023.02.11 |
versions of the PHP binary: TS(Tread-Safe) Vs NTS(Non-Tread-Safe) (0) | 2023.02.07 |