0

I've just installed Laravel and it's awesome working with Laravel 5.2 but I need to work with a project made in Laravel 4.2 and I can't run any "php artisan" command that I have "Mcrypt PHP extension required." error!

I'm using ubuntu + vagrant + laravel

Thanks in advance!

5
  • Why? Probably because php7.0-mcrypt is not installed. Commented Dec 27, 2016 at 16:35
  • i installed sudo apt-get install php7.0-mcrypt Commented Dec 27, 2016 at 16:38
  • i can't enabled it Commented Dec 27, 2016 at 16:39
  • restarting apache might help sudo service apache2 restart Commented Dec 27, 2016 at 16:50
  • not still the problem Commented Dec 27, 2016 at 17:21

0