Categories
php Server

Handle different environments with PHP

Being both a Rails and PHP developer, I’m often lacking a few things when I’m switching from Rails to PHP. One of the things I miss the most, is the different environments that Rails has, which makes testing, developing, staging and production environments easy.However, I found a way to do this in PHP as well, […]

Continue reading