Search code examples
mcryptcloud9-idephp-5.5

mcrypt on Cloud 9


I have a php workspace with a fresh copy of laravel. The problem i'm having is that mcrypt is missing so laravel doesn't want to work. How can I install mcrypt onto my workspace so that laravel will work?

I've tried the c9pm but it doesn't seem to be a command anymore.


Solution

  • The new cloud9 workspaces give you sudo rights. You can use sudo apt-get install to install the plugin you want.