Update hosts file for Laravel Homestead via Terminal

While playing around with Homestead, Laravel’s pre-packaged Vagrant virtual machine, the documentation suggests that when you edit Homestead.yaml and re-provision the vm,  you should manually edit the /etc/hosts file. I found that it doesn’t take advantage of the Vagrant Hostsupdater plugin. To (micro-)optimize my workflow, I’ve added a function to my .bash_profile: Now I can type hup… More

Applikation: A Laravel Test Drive

In response to the Louisville Laravel Meetup’s Interview Scheduling demo app, I created Applikation, the app to manage job applications. It was an excuse to get my hands dirty with Laravel in preparation for their next Meetup event. I managed to set up Homestead, set up migration tables, add seed data, and display a basic list… More

Setting up Laravel

Over the holiday, Mom had been gifted a new Macbook Air and was kind enough to send me home with her old 13″ Macbook Pro. After making the appropriate backups, I decided to reformat the Macbook and to turn it into my development machine. During some downtime over New Years, I started with a fresh copy… More