I installed laravel via composer, but when running the site its giving an error of
Mcrypt PHP extension required.
I installed php5-mcrypt also, but still the error persist.
I installed laravel via composer, but when running the site its giving an error of
Mcrypt PHP extension required.
I installed php5-mcrypt also, but still the error persist.
Mcrypt is installed but not enabled use
sudo php5enmod mcrypt
sudo service apache2 restart