Developer Tools How to Log in PHP It took a bit to find the best way to console log while running php in Valet. Here are a couple of techniques that helped me debug locally with PHP Laravel.
Development Practices Output Buffering in PHP How to separate application logic from view templates in PHP using output buffering, and why it can make your code easier to work with.
Web Apps libiconv Problems with MAMP, PHP, and Ruby Solution to a problem executing a Ruby script from PHP using MAMP on Mac OS X where the wrong libiconv was being picked up.