I am new to using the Laravel framework. I want to use VS Code for debugging my Laravel project. How do I Launch my Laravel project in VS Code?
Open the folder in VS Code.
If you are using Homestead press Ctrl+J (on Windows) or Cmd+J (on macOS), then type vagrant up
. Otherwise type php artisan serve
.