Getting error Mcrypt PHP extension required. with Laravel in Mac OS X El Capitan.
Already installed the mcrypt using brew.
brew install mcrypt brew install homebrew/php/php55-mcrypt sudo apachectl restart which php
/usr/local/bin/php php --version
PHP 5.5.30 (cli) (built: Oct 3 2015 23:48:03) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies php --ini
Configuration File (php.ini) Path: /usr/local/etc/php/5.5 Loaded Configuration File: /usr/local/etc/php/5.5/php.ini Scan for additional .ini files in: /usr/local/etc/php/5.5/conf.d Additional .ini files parsed: /usr/local/etc/php/5.5/conf.d/ext-mcrypt.ini
$ brew install php55-mcryptsee this stackoverflow.com/questions/26493762/…