Blank screen after opening Tinkerwell? We have a quick fix for you.
Learn how to fix it
Tinkerwell background image
Tinkerwell Logo Tinkerwell

Documentation

Laravel Homestead
#

Using Tinkerwell with Laravel Homestead or another development VM requires an SSH connection to the VM.

The standard configuration for Homestead is:

  • Host: 192.168.10.10
  • Port: 22
  • User: vagrant
  • App path: /home/vagrant/projects/project

Make sure to use the correct SSH private key file and check your Homestead.yaml for overrides of these settings. You can check your Homestead SSH keys with the command vagrant ssh-config.