linux

Symfony logo

Update Symfony Installer to latest version in Ubuntu Linux

So here I was trying to create symfony 5 project but somehow as things weren’t working as per documentation. I ran command ‘symfony check:requirements’ to see if my system fulfills all requirements for latest version of symfony, but this is what i received: I was on version 1.5.11 of symfony binary, which apparently was the …

Update Symfony Installer to latest version in Ubuntu Linux Read More »

How to solve ext-bcmath missing problem on ubuntu with php

Recently I ran into a problem while setting up an application on my local machine with composer install. The problem ? This was a fairly common problem recently, I faced this while running composer, so finally I decided to figure out what exactly was the issue. I am running php7.2 on Ubuntu 19.10 and I …

How to solve ext-bcmath missing problem on ubuntu with php Read More »