Laravel – Missing mcrypt on Ubuntu [SOLVED]
Just a quick techie post in case it helps anyone. I’m having a look at the Laravel php framework, went to install a test project using the command: composer create-project laravel/laravel –prefer-dist And my terminal throws an error: – laravel/framework v5.0.12 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.…