While trying to install Laravel via composer, he told me he needs the extension Mcrypt.
I'm using linux ubuntu OS 13.04
Server Zend Server CE 6.3
apache 2.2;
php5.4;
But nothing of the damn thing works.
While trying to install Laravel via composer, he told me he needs the extension Mcrypt.
I'm using linux ubuntu OS 13.04
Server Zend Server CE 6.3
apache 2.2;
php5.4;
But nothing of the damn thing works.
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 it on my Linux 14.04 LTS