Edvard Åkerberg
Edvard Åkerberg

Reputation: 2191

Moving/migrating application from Homestead to Valet

I have a Laravel application running on Homestead. I'm trying to migrate this to using valet instead.

What I have done.

  1. Removed the IP from the hosts file
  2. Removed the pointer in the homstead.yaml
  3. Ran vagrant reload --provision
  4. Ran valet restart

Still, valet does not seem to do the correct routing. It does not serve the directory.

Anyone know why?

Upvotes: 1

Views: 236

Answers (1)

Edvard Åkerberg
Edvard Åkerberg

Reputation: 2191

This issue was solved by restarting my computer.

Upvotes: 1

Related Questions