We should change de app domain:
- go to
etc/
folder in your host machine - Edit the
hosts
file and change the old URL to end with .test (Exp: http://myappdevdomain.test) - Go to Homestead folder and edit the
homestead.yaml
filesites: - map: http://myappdevdomain.test to: /home/vagrant/Code/rise-api/public
- Go to environment file and change the
apiURL: 'http://myappdevdomain.test/api/v1', tokenURL: 'http://myappdevdomain.test/oauth/token',