laravel 을 vscode 로 디버깅 하기
vscode 에서 php debugger 설정
vscode 에서 php debugger 설정을 하자. 아래 글을 참고하자.laravel server 실행
그리고 나서 laravel server 를 띄운다.c:\...project >php artisan serve Laravel development server started: <http://127.0.0.1:8000>
vscode 를 debug mode 로 실행
아래처럼 Debug tab 에서 Listne for XDebug 를 선택하고, Start Debugging(F5) 를 하면 된다.
Breakpoint
일단 동작하는지 확인하기 위해서 breakpoint 는 아래처럼 "RouteServiceProvider.php" 의 map() 에 걸어놓도록 하자.- app\Providers\RouteServiceProvider.php
브라우저
브라우저에서 http://localhost:8000/ 를 가자.- http://localhost:8000/
댓글 없음:
댓글 쓰기