Error installing Laravel via Poser (Mcrypt required)

Asked

Viewed 184 times

-1

While trying to install Laravel via Composer, he told me that he needs the extension Mcrypt.

I am using OS linux Ubuntu 13.04
Zend Server CE Server 6.3
apache 2.2;
php5.4;

But nothing damn works.

1 answer

1

sudo apt-get install php5-mcrypt

sudo ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available
sudo php5enmod mcrypt
sudo service apache2 restart

I just did on my Linux 14.04 LTS

Browser other questions tagged

You are not signed in. Login or sign up in order to post.