laravel - Mcrypt PHP extension installation doesn't work -
I am trying to install the larval through the composer () and I got trapped at that point where he Extension is required
requires a Mcrypt PHP extension I installed the script using the brou but still it throws the same requirement error I have also suggested that try to change the path, but my php
/ usr / bin / Php is not showing anything other than ~ / .bash_profile is incorrect in assigning path? Why "which php" output is still the same and why the mcrypt installation is not working on the laravel workout?
Which command did you use to install mcrypt? It is possible that you try to install the mcrypt extension for the wrong PHP version.
Try debugging status
php -v and
ls -al / usr / bin / php There is a separate installation recipe for PHP version 5.5 and 5.4.
Install Fluffy php54-mcrypt brew install php55-mcrypt
Comments
Post a Comment