2015-01-27

Got very familiar with git-flow, then got familiar doing operations without it Re-wrote push hook deploy script to be significantly more robust Finalized the vast majority of workflow from local > staging > production Implemented separate .env files for each environment, complete with isolated database connections Downloaded a fresh Laravel 5 project and confirmed proper execution […]

2015-01-25

Added changelog to Docs footer, updated WP theme to show full posts listing

2015-01-24

Working through the Laracasts Testing Jargon series and taking notes Unit tests, mocks, stubs, dummies, and factories down pretty well; integration testing next

2015-01-23

Got development environments (local, staging, production) set up and blanked out Installed gitflow on local machine and got familiar with syntax, features, and releases Enabled POST hook in Bitbucket account, allowing staging environment to be autopopulated from local on a successful push