Created
April 23, 2014 15:25
-
-
Save beaudierman/11219873 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 Composer Mcrypt error while installing Laravel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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