.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 […]

How to update the Laravel project

When you create a new Laravel project with composer or the Laravel command line laravel new, there is no git repository installed in the main directory of the project. In some situations you do not require the latest version of the Laravel project, but if you do it is handy to know that you can […]

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 […]