Menu

PHP Archive

How to enable PostgreSQL extension for PHP?

Few days ago, I started a new project. This project was required to be built with PHP and PostgreSQL database. Docker is really cool for all infrastructure things, it makes my life much easier to bootstrap a project in other computers/servers. I am crazy about new frameworks and I heard very good feedback from my

Disable IPv6 in Ubuntu

Few days ago I was trying to do my first steps with Docker. I used Parallels & Ubuntu 16.04 on my computer. First of all – I wanted to start running my “Hello World” project under Apache server. I used Composer to manage project dependencies. I created a file named “composer.json”, added some dependencies and