Tinkerwell 4 is out now! See what's new or buy now.
Tinkerwell background image
Tinkerwell Logo Tinkerwell
Hey! You are currently looking at the documentation for Tinkerwell 2. The latest version of the documentation is available here.

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.