L
L
Lobster2017-06-12 16:15:23
Vagrant
Lobster, 2017-06-12 16:15:23

Why doesn't the .homestead folder appear?

I successfully cloned:

git clone https://github.com/laravel/homestead.git Homestead

Then I type this through the console: bash init.sh I am notified that everything is fine, but there are no .homestead folders with the Homestead.yaml file on this path C:\Users\jora - no, and the search did not give me anything either!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Greg Popov, 2017-06-13
@Gregpopov

Where should the .homestead directory be? I don't think she should be here.

#!/usr/bin/env bash

if ; then
    cp -i resources/Homestead.json Homestead.json
else
    cp -i resources/Homestead.yaml Homestead.yaml
fi

cp -i resources/after.sh after.sh
cp -i resources/aliases aliases

echo "Homestead initialized!"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question