tips-n-tricks
Updating Your Package Without Blowing Away composer.lock
July 12th, 2016
Tired of solving merge conflicts in this your composer.lock or even worse deleting it entirely?
Opening VIM From Inside PHP
September 1st, 2010
Want to prompt the user for a large amount of text for your CLI application? Using some flag and a large string on the command line is not always ideal. Fear not, it's easy to open a text editor from inside your application.