Mcrypt PHP extension required

If your using MAMP and try to run a Laravel command, you may run into the error:

Mcrypt PHP extension required

Solution is quite easy:

1) Find what version of PHP your using in MAMP

2015-06-05_12-19-03.png

2) Add/Update .bash_profile file

cd ~/
vi .bash_profile

And add the following (while appending the PHP version found in Step 1)

export PATH=/Applications/MAMP/bin/php/php5.6.7/bin:$PATH

3) Save and Restart Terminal

Should be good to go then!

 
4
Kudos
 
4
Kudos

Now read this

Tag the Most Engaging Contacts in Highrise

I’ve been using Highrise as my CRM for the last several years. I have it deeply integrated (via their API) with Purlem to track Purlem’s users, their subscription status, and to set alerts for on-boarding. I’m also been forwarding all... Continue →