.bash_profile for homestead
This is just a short blog for Homestead. This is the .bash_profile I use for my homestead environment. It basically adds support for running binaries from .composer/vendor/bin and has an example to automatically cd in the correct folder for your project. This saves you to type cd Code/secondlayer/project_name. I use a second layer to categorise the projects I […]
Git errors on Homestead and Windows

I like Homestead very much but it is a bit of a hassle to get it running on Windows. Since a colleague did not own a Mac but a Windows computer, I was forced to find a way how you can install Homestead there. But there was a conflict: my colleague updated the git repository […]