본문 바로가기

프로그래밍 언어(must-have skills)/PHP

[라라벨] laravel-debugbar

동기

이 디버그바 항목에서 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)

 

참고

 

 

https://github.com/barryvdh/laravel-debugbar/issues/1077