Khrisna Gunanasurya
Khrisna Gunanasurya

Reputation: 745

Homestead.test default file gives [No input file specified] Ubuntu

I just installed Ubuntu 17.10 and I want to try create a website using Laravel, but I hit a rock, I followed the instructions. step by step on the official website. But I think something is missing,

Because I haven't touch / edit anything in Homestead.yaml, so basically it would working right?

I already use vagrant up --provision. already create the ssh key. I already googled it and try several ways but it doesn't fix it, I already turn on my XAMPP as well

Sorry but I never touched Ubuntu before, so I'm very blind using this OS

Here is my Homestead.yaml file

Homestead.yaml

and the directories of /home/workspace/ and /home/workspace/Homestead/

~ Dir

Homestead Dir

my Hosts file

Hosts File

EDITED:

I just create a new project in ~/Homestead/Projects/[it goes here] because the default laravel installation is working already, so now I want to create a new project in Projects folder inside Homestead, but why it redirect the url to https?

enter image description here

The folders

enter image description here enter image description here

Upvotes: 1

Views: 319

Answers (2)

Khrisna Gunanasurya
Khrisna Gunanasurya

Reputation: 745

For my last question, why when I tried to open my new projects is always giving me this error your internet connection is not private. it's because I'm using .app or .dev in the of the site name, the problem is from google chrome, so I need changed it to .test then it's working perfectly.

I got the answer from this site https://laracasts.com/discuss/channels/laravel/chrome-blocked-localhost-with-error-your-connection-is-not-private

Upvotes: 0

joepferguson
joepferguson

Reputation: 1088

in this screenshot: https://i.sstatic.net/4cxGy.png Your ~/code folder appears to not exist, which means Homestead will not map it. Create that folder in your Host OS (Ubuntu 17) and then run vagrant destroy && vagrant up If you still have issues post the entire output here for us to check.

Upvotes: 2

Related Questions