16 words
1 minutes
Setup Laradump for Laravel project (WSL + Sail)
2023-06-03
No Tags
  1. Follow the docs of Laradumps: https://laradumps.dev/get-started/installation.html

  2. In WSL, get the desktop IP:

    cat /etc/resolv.conf

  3. In .env:

DS_APP_HOST=172.18.240.1
DS_APP_PORT=9191
  1. Start debugging 😀