Lumen
Using Dephpugger in Lumen 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
Open http://localhost:8000 and get work!