Can the REM stack be a thing

REM stack : React Express MongoDB   It’s like the MEAN stack which means Mongo, Express, Angular Node. But Express is built on top of Node and is redundant. The other stack I still use a bit of LAMP. Linux, Apache, MySQL, PHP. If you like the idea then you can retweet this. Can the… Continue reading Can the REM stack be a thing

Published
Categorised as tech, Web Dev

PHP5.6 (or higher) on Ubuntu 14.04

Ubuntu 14.04’s official repo isn’t going to support PHP 5.6 or above. I’m currently on v5.5.9-1 and needed to move to a higher version for a Symfony PHP app I’m working on. Most googling shows you the outdated answer so here’s the commands that worked for me. sudo apt-get install python-software-properties sudo add-apt-repository ppa:ondrej/php sudo… Continue reading PHP5.6 (or higher) on Ubuntu 14.04