-1

I'd like to upgrade the php-version from 5.5 to 5.6 on my digitalocean-boxes that I provisioned with Forge in the previous months.

Can this be done simply by executing sudo apt-get upgrade php5?

murze
  • 169
  • 1
  • 1
  • 7

1 Answers1

2

The solution was:

sudo add-apt-repository ppa:ondrej/php5-5.6 sudo apt-get update sudo apt-get upgrade

If Mongo db acts up funny, take a look at this conversation on the laracasts forum

murze
  • 169
  • 1
  • 1
  • 7