Skip to content

Instantly share code, notes, and snippets.

@beaudierman
Created April 23, 2014 15:25
Show Gist options
  • Save beaudierman/11219873 to your computer and use it in GitHub Desktop.
Save beaudierman/11219873 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 Composer Mcrypt error while installing Laravel
## Run the following commands after making sure you have the php5-mcrypt extension installed
sudo php5enmod mcrypt
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment