0

I am receiving this error whenever I try to install Laravel Artisan Migrations. I'll tell you what I have done...

I have gone into my .bash_profile:

export PATH=/opt/local/bin:/opt/local/sbin:/Applications/MAMP/Library/bin/:/Applications/MAMP/bin/php/php5.5.3/bin:$PATH

and when I check to see which version of PHP I am using, it's the one in my MAMP folder. And it is certainly enabled! But when I type Laravel Artisan: Migrate: Install it prompts me back with MCrypt PHP extension required. Composer is functioning properly. So is Laravel 4. It's this Migrations that is giving me trouble.

Laurence
  • 58,936
  • 21
  • 171
  • 212
LaravelSucks
  • 131
  • 2
  • 8

1 Answers1

4

Not sure that a user name like LaravelSucks is going to make it easy for you to get help from the Laravel community, but since we're generally bigger than that ... I think you'll find your answer here.

If that doesn't work for you, you may need to set it up manually, e.g.

sudo apt-get install php5-mcrypt
Community
  • 1
  • 1
petercoles
  • 1,732
  • 13
  • 20