Reputation: 391
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.
Upvotes: 1
Views: 188
Reputation: 856
The new cloud9 workspaces give you sudo rights. You can use sudo apt-get install to install the plugin you want.
Upvotes: 1