Hi, We would like to use vagrant/homestead for our laravel project. we're working with 3 colleagues and want to run all on the same settings. what is best practice to share those settings via git? adding my whole envoirement to git? or only my yml settings? Bart
with only transfering the yaml, its works fine for the first setup, let's see how it works out when we got more code transfering by git and everybody does the migrations.