Deployer - Capistrano for PHP projects

You want to build your custom VPS and deploy your code easily? You can consider building git deploy solution with git hooks and scripts on your server or you can go with something Ruby developers do for a while, execute a bunch of commands over ssh. As someone who is…

Run Laravel 5.1 on OpenShift

You can't run Laravel 5.1 on OpenShift by default, because it requires PHP >= 5.5.9, and OpenShift provides just PHP 5.4 support. So if you want to run small presentation or test your app for free, using OpenShift Free Plan, you have to do a lot…