I am trying to install Learning Locker on Mac with OSX, I am using php55 installed with brew. I have done the following:
$brew install php55
$brew install mcrypt
$brew install php55-mcrypt
I am at the step to run the migration, when I do I get the following error:
$php artisan migrate
Mcrypt PHP extension required.
I have already tried the solutions at: Laravel requires the Mcrypt PHP extension
& http://digitizor.com/2014/06/29/fix-mcrypt-php-extension-required-laravel/
I am actually a Rails developer and have never used mongo and am not familiar with PHP at all, so needless to say I am in very foreign territory here.
Thanks in advance for any help!