Skip to content

Instantly share code, notes, and snippets.

@juandm
Last active April 2, 2018 20:25
Show Gist options
  • Save juandm/cbe1b311bddf3752a2b84f3520a203d4 to your computer and use it in GitHub Desktop.
Save juandm/cbe1b311bddf3752a2b84f3520a203d4 to your computer and use it in GitHub Desktop.
Workarround for Google chrome update v63 that breaks .dev domains in laravel Homestead

Workarround!

We should change de app domain:

  1. go to etc/ folder in your host machine
  2. Edit the hosts file and change the old URL to end with .test (Exp: http://myappdevdomain.test)
  3. Go to Homestead folder and edit the homestead.yaml file
    sites:
    - map: http://myappdevdomain.test
      to: /home/vagrant/Code/rise-api/public
  4. Go to environment file and change the
    apiURL: 'http://myappdevdomain.test/api/v1',
    tokenURL: 'http://myappdevdomain.test/oauth/token',
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment