Laravel
Using Dephpugger in Laravel Framework
Add in root directory the file .dephpugger.yml
with the content bellow.
---
server:
path: ./public/
port: 8000
Run the commands bellow in different terminal windows (You must run in the root path).
$ dephpugger server
$ dephpugger debug
You don't need use more php artisan serve
. If you run this command, you won't get the debugger in breakpoints.
Open http://localhost:8000 and get work!