When installing Laravel 4 on a fresh Ubuntu or Debian system, you’ll probably get this error message: “Laravel requires the Mcrypt PHP extension.” To install the mcrypt php extension, do this: sudo apt-get install php5-mcrypt and restart the server sudo service apache2 restart By the way, this might be off-topic, but let’s be honest: Laravel
↧