laravel - Vagrant serve specific project with https -
i have multiple laravel projects running locally on vagrant homestead. (using windows 10) need share 1 of them partner, can have @ current development status. using geolocation, necessary can access via https url. tried "vagrant share" , generates xxx.ngrok.io url use. however, facing 2 problems:
- the url http , not https
- visiting url gets me 1 of projects , can specify 1 is. same (the 1 created first) , unfortunately not right one.
i tried ngrok command after ssh-ing vagrant, there face problem of having absolute urls, make impossible navigate anywhere homepage, leads me away xxx.ngrok.io let's my.app/login
i've been stuck hours , gladly try out suggested approach. in advance!
Comments
Post a Comment